#B86A16

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

Shades of Pirate Gold #B86A16

Tints of Pirate Gold #B86A16

Color information

#B86A16 (or 0xB86A16) is unknown color: approx Pirate Gold. HEX triplet: B8, 6A and 16. RGB value is (184,106,22). Sum of RGB (Red+Green+Blue) = 184+106+22=312 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.97% from 312); Green value is 106 (41.80% from 255 or 33.97% from 312); Blue value is 22 (8.98% from 255 or 7.05% from 312); Max value from RGB is 184 - color contains mainly: red. Hex color #B86A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86A16 is #4795E9. Grayscale: #787878. Windows color (decimal): -4691434 or 1469112. OLE color: 1469112.

HSL color Cylindrical-coordinate representation of color #B86A16: hue angle of 31.11º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B86A16 is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.28.

Color convert

RGB18410622-
CMYK00.420.880.28
HSL31.11º78.64%40.39%-
HSV(B)31.11º88.04%72.16%-
XYZ25.0720.563.41-
YUV119.7572.84173.83-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 58.97%
GREEN value IS 106 (41.80% from 255) = 33.97%
BLUE value IS 22 (8.98% from 255) = 7.05%
R=58.97%
G=33.97%
B=7.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.88
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841062200.420.880.2831.1178.6440.39
HexB86A1602A581C1f4f28
Octal27015226052130343711750
Binary101110001101010101100101010101100011100111111001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86A16; }

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

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

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

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

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

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

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

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