#B86B23

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

Shades of Pirate Gold #B86B23

Tints of Pirate Gold #B86B23

Color information

#B86B23 (or 0xB86B23) is unknown color: approx Pirate Gold. HEX triplet: B8, 6B and 23. RGB value is (184,107,35). Sum of RGB (Red+Green+Blue) = 184+107+35=326 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.44% from 326); Green value is 107 (42.19% from 255 or 32.82% from 326); Blue value is 35 (14.06% from 255 or 10.74% from 326); Max value from RGB is 184 - color contains mainly: red. Hex color #B86B23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86B23 is #4794DC. Grayscale: #7A7A7A. Windows color (decimal): -4691165 or 2321336. OLE color: 2321336.

HSL color Cylindrical-coordinate representation of color #B86B23: hue angle of 28.99º 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 #B86B23 is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.28.

Color convert

RGB18410735-
CMYK00.420.810.28
HSL28.99º68.04%42.94%-
HSV(B)28.99º80.98%72.16%-
XYZ25.3320.834.28-
YUV121.8179.01172.35-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 56.44%
GREEN value IS 107 (42.19% from 255) = 32.82%
BLUE value IS 35 (14.06% from 255) = 10.74%
R=56.44%
G=32.82%
B=10.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.81
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841073500.420.810.2828.9968.0442.94
HexB86B2302A511C1d442b
Octal27015343052121343510453
Binary1011100011010111000110101010101000111100111011000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86B23; }

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

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

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

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

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

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

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

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