#B36E26

Color #B36E26 Pirate Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pirate Gold #B36E26

Tints of Pirate Gold #B36E26

Color information

#B36E26 (or 0xB36E26) is unknown color: approx Pirate Gold. HEX triplet: B3, 6E and 26. RGB value is (179,110,38). Sum of RGB (Red+Green+Blue) = 179+110+38=327 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.74% from 327); Green value is 110 (43.36% from 255 or 33.64% from 327); Blue value is 38 (15.23% from 255 or 11.62% from 327); Max value from RGB is 179 - color contains mainly: red. Hex color #B36E26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36E26 is #4C91D9. Grayscale: #7A7A7A. Windows color (decimal): -5018074 or 2518707. OLE color: 2518707.

HSL color Cylindrical-coordinate representation of color #B36E26: hue angle of 30.64º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B36E26 is Cyan = 0, Magento = 0.39, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB17911038-
CMYK00.390.790.30
HSL30.64º64.98%42.55%-
HSV(B)30.64º78.77%70.2%-
XYZ24.5220.884.57-
YUV122.4280.36168.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 179 (70.31% from 255) = 54.74%
GREEN value IS 110 (43.36% from 255) = 33.64%
BLUE value IS 38 (15.23% from 255) = 11.62%
R=54.74%
G=33.64%
B=11.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791103800.390.790.3030.6464.9842.55
HexB36E260274F1E1f412b
Octal26315646047117363710153
Binary1011001111011101001100100111100111111110111111000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36E26; }

 p { color: rgb(179,110,38); }

 H1.HeaderClassName
 {
   color: #B36E26;
 }
 .AnyTagClassName
 {
   color: #B36E26;
 }
</style>
background-color css

<style>
 a { background-color: #B36E26; }

 a { background-color: rgb(179,110,38); }

 div.DivClassName
 {
   background-color: #B36E26;
 }
 .BgClassName
 {
   background-color: #B36E26;
 }
</style>
border-color css

<style>
 span { border-color: #B36E26; }

 span { border-color: rgb(179,110,38); }

 td.TdClassName
 {
   border-color: #B36E26;
 }
 .TagClassName
 {
   border-color: #B36E26;
 }
</style>