#B86C21

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

Shades of Pirate Gold #B86C21

Tints of Pirate Gold #B86C21

Color information

#B86C21 (or 0xB86C21) is unknown color: approx Pirate Gold. HEX triplet: B8, 6C and 21. RGB value is (184,108,33). Sum of RGB (Red+Green+Blue) = 184+108+33=325 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.62% from 325); Green value is 108 (42.58% from 255 or 33.23% from 325); Blue value is 33 (13.28% from 255 or 10.15% from 325); Max value from RGB is 184 - color contains mainly: red. Hex color #B86C21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86C21 is #4793DE. Grayscale: #7A7A7A. Windows color (decimal): -4690911 or 2190520. OLE color: 2190520.

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

Color convert

RGB18410833-
CMYK00.410.820.28
HSL29.8º69.59%42.55%-
HSV(B)29.8º82.07%72.16%-
XYZ25.421.034.16-
YUV122.1777.68172.1-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 56.62%
GREEN value IS 108 (42.58% from 255) = 33.23%
BLUE value IS 33 (13.28% from 255) = 10.15%
R=56.62%
G=33.23%
B=10.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.82
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841083300.410.820.2829.869.5942.55
HexB86C21029521C1e462b
Octal27015441051122343610653
Binary1011100011011001000010101001101001011100111101000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86C21; }

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

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

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

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

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

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

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

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