#B36E14

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

Shades of Pirate Gold #B36E14

Tints of Pirate Gold #B36E14

Color information

#B36E14 (or 0xB36E14) is unknown color: approx Pirate Gold. HEX triplet: B3, 6E and 14. RGB value is (179,110,20). Sum of RGB (Red+Green+Blue) = 179+110+20=309 (40% of max value = 765). Red value is 179 (70.31% from 255 or 57.93% from 309); Green value is 110 (43.36% from 255 or 35.60% from 309); Blue value is 20 (8.20% from 255 or 6.47% from 309); Max value from RGB is 179 - color contains mainly: red. Hex color #B36E14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B36E14 is #4C91EB. Grayscale: #787878. Windows color (decimal): -5018092 or 1339059. OLE color: 1339059.

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

Color convert

RGB17911020-
CMYK00.390.890.30
HSL33.96º79.9%39.02%-
HSV(B)33.96º88.83%70.2%-
XYZ24.2920.793.39-
YUV120.3771.36169.82-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 57.93%
GREEN value IS 110 (43.36% from 255) = 35.60%
BLUE value IS 20 (8.20% from 255) = 6.47%
R=57.93%
G=35.60%
B=6.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.89
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791102000.390.890.3033.9679.939.02
HexB36E14027591E225027
Octal26315624047131364212047
Binary1011001111011101010001001111011001111101000101010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36E14; }

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

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

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

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

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

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

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

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