#b86e1c

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

Shades of Pirate Gold #B86E1C

Tints of Pirate Gold #B86E1C

Color information

#B86E1C (or 0xB86E1C) is unknown color: approx Pirate Gold. HEX triplet: B8, 6E and 1C. RGB value is (184,110,28). Sum of RGB (Red+Green+Blue) = 184+110+28=322 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.14% from 322); Green value is 110 (43.36% from 255 or 34.16% from 322); Blue value is 28 (11.33% from 255 or 8.70% from 322); Max value from RGB is 184 - color contains mainly: red. Hex color #B86E1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86E1C is #4791E3. Grayscale: #7B7B7B. Windows color (decimal): -4690404 or 1863352. OLE color: 1863352.

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

Color convert

RGB18411028-
CMYK00.400.850.28
HSL31.54º73.58%41.57%-
HSV(B)31.54º84.78%72.16%-
XYZ25.5521.433.89-
YUV122.7874.52171.67-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 57.14%
GREEN value IS 110 (43.36% from 255) = 34.16%
BLUE value IS 28 (11.33% from 255) = 8.70%
R=57.14%
G=34.16%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.85
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841102800.400.850.2831.5473.5841.57
HexB86E1C028551C204a2a
Octal27015634050125344011252
Binary1011100011011101110001010001010101111001000001001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b86e1c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b86e1c; }

 p { color: rgb(184,110,28); }

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

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

 a { background-color: rgb(184,110,28); }

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

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

 span { border-color: rgb(184,110,28); }

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