Shades of Pirate Gold #B86C20
Tints of Pirate Gold #B86C20
RGB
CMYK
RGB Variations
Color information
#B86C20 (or 0xB86C20) is known color: Pirate Gold. HEX triplet: B8, 6C and 20. RGB value is (184,108,32). Sum of RGB (Red+Green+Blue) = 184+108+32=324 (42% of max value = 765). Red value is 184 (72.27% from 255 or 56.79% from 324); Green value is 108 (42.58% from 255 or 33.33% from 324); Blue value is 32 (12.89% from 255 or 9.88% from 324); Max value from RGB is 184 - color contains mainly: red. Hex color #B86C20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86C20 is #4793DF. Grayscale: #7A7A7A. Windows color (decimal): -4690912 or 2124984. OLE color: 2124984.
HSL color Cylindrical-coordinate representation of color #B86C20: hue angle of 30º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B86C20 is Cyan = 0, Magento = 0.41, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 108 | 32 | - |
| CMYK | 0 | 0.41 | 0.83 | 0.28 |
| HSL | 30º | 0.7% | 0.42% | - |
| HSV(B) | 30º | 0.83% | 0.72% | - |
| XYZ | 25.39 | 21.02 | 4.09 | - |
| YUV | 122.06 | 77.18 | 172.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 108 | 32 | 0 | 0.41 | 0.83 | 0.28 | 30 | 0.7 | 0.42 |
| Hex | B8 | 6C | 20 | 0 | 29 | 53 | 1C | 1E | 46 | 2A |
| Octal | 270 | 154 | 40 | 0 | 51 | 123 | 34 | 36 | 106 | 52 |
| Binary | 10111000 | 1101100 | 100000 | 0 | 101001 | 1010011 | 11100 | 11110 | 1000110 | 101010 |
Color Harmonies of #B86C20
Complementary color
Monochromatic Colors of #B86C20
Black with #B86C20
Text Example
Text Example
White with #B86C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86C20; }
p { color: rgb(184,108,32); }
H1.HeaderClassName
{
color: #B86C20;
}
.AnyTagClassName
{
color: #B86C20;
}
</style>
background-color css
<style>
a { background-color: #B86C20; }
a { background-color: rgb(184,108,32); }
div.DivClassName
{
background-color: #B86C20;
}
.BgClassName
{
background-color: #B86C20;
}
</style>
border-color css
<style>
span { border-color: #B86C20; }
span { border-color: rgb(184,108,32); }
td.TdClassName
{
border-color: #B86C20;
}
.TagClassName
{
border-color: #B86C20;
}
</style>