#B36A16

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

Shades of Pirate Gold #B36A16

Tints of Pirate Gold #B36A16

Color information

#B36A16 (or 0xB36A16) is unknown color: approx Pirate Gold. HEX triplet: B3, 6A and 16. RGB value is (179,106,22). Sum of RGB (Red+Green+Blue) = 179+106+22=307 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.31% from 307); Green value is 106 (41.80% from 255 or 34.53% from 307); Blue value is 22 (8.98% from 255 or 7.17% from 307); Max value from RGB is 179 - color contains mainly: red. Hex color #B36A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B36A16 is #4C95E9. Grayscale: #767676. Windows color (decimal): -5019114 or 1469107. OLE color: 1469107.

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

Color convert

RGB17910622-
CMYK00.410.880.30
HSL32.1º78.11%39.41%-
HSV(B)32.1º87.71%70.2%-
XYZ23.8919.953.35-
YUV118.2573.68171.33-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 58.31%
GREEN value IS 106 (41.80% from 255) = 34.53%
BLUE value IS 22 (8.98% from 255) = 7.17%
R=58.31%
G=34.53%
B=7.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.88
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791062200.410.880.3032.178.1139.41
HexB36A16029581E204e27
Octal26315226051130364011647
Binary1011001111010101011001010011011000111101000001001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36A16; }

 p { color: rgb(179,106,22); }

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

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

 a { background-color: rgb(179,106,22); }

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

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

 span { border-color: rgb(179,106,22); }

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