#B86C23

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

Shades of Pirate Gold #B86C23

Tints of Pirate Gold #B86C23

Color information

#B86C23 (or 0xB86C23) is unknown color: approx Pirate Gold. HEX triplet: B8, 6C and 23. RGB value is (184,108,35). Sum of RGB (Red+Green+Blue) = 184+108+35=327 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.27% from 327); Green value is 108 (42.58% from 255 or 33.03% from 327); Blue value is 35 (14.06% from 255 or 10.70% from 327); Max value from RGB is 184 - color contains mainly: red. Hex color #B86C23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86C23 is #4793DC. Grayscale: #7A7A7A. Windows color (decimal): -4690909 or 2321592. OLE color: 2321592.

HSL color Cylindrical-coordinate representation of color #B86C23: hue angle of 29.4º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B86C23 is Cyan = 0, Magento = 0.41, Yellow = 0.81 and Black (K on CMYK) = 0.28.

Color convert

RGB18410835-
CMYK00.410.810.28
HSL29.4º68.04%42.94%-
HSV(B)29.4º80.98%72.16%-
XYZ25.4321.044.31-
YUV122.478.68171.94-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 56.27%
GREEN value IS 108 (42.58% from 255) = 33.03%
BLUE value IS 35 (14.06% from 255) = 10.70%
R=56.27%
G=33.03%
B=10.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.81
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841083500.410.810.2829.468.0442.94
HexB86C23029511C1d442b
Octal27015443051121343510453
Binary1011100011011001000110101001101000111100111011000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86C23; }

 p { color: rgb(184,108,35); }

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

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

 a { background-color: rgb(184,108,35); }

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

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

 span { border-color: rgb(184,108,35); }

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