Shades of Pirate Gold #B87F20
Tints of Pirate Gold #B87F20
RGB
CMYK
RGB Variations
Color information
#B87F20 (or 0xB87F20) is known color: Pirate Gold. HEX triplet: B8, 7F and 20. RGB value is (184,127,32). Sum of RGB (Red+Green+Blue) = 184+127+32=343 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.64% from 343); Green value is 127 (50% from 255 or 37.03% from 343); Blue value is 32 (12.89% from 255 or 9.33% from 343); Max value from RGB is 184 - color contains mainly: red. Hex color #B87F20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87F20 is #4780DF. Grayscale: #858585. Windows color (decimal): -4686048 or 2129848. OLE color: 2129848.
HSL color Cylindrical-coordinate representation of color #B87F20: hue angle of 37.5º 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 #B87F20 is Cyan = 0, Magento = 0.31, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 127 | 32 | - |
| CMYK | 0 | 0.31 | 0.83 | 0.28 |
| HSL | 37.5º | 0.7% | 0.42% | - |
| HSV(B) | 37.5º | 0.83% | 0.72% | - |
| XYZ | 27.62 | 25.47 | 4.83 | - |
| YUV | 133.21 | 70.88 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 127 | 32 | 0 | 0.31 | 0.83 | 0.28 | 37.5 | 0.7 | 0.42 |
| Hex | B8 | 7F | 20 | 0 | 1F | 53 | 1C | 26 | 46 | 2A |
| Octal | 270 | 177 | 40 | 0 | 37 | 123 | 34 | 46 | 106 | 52 |
| Binary | 10111000 | 1111111 | 100000 | 0 | 11111 | 1010011 | 11100 | 100110 | 1000110 | 101010 |
Color Harmonies of #B87F20
Complementary color
Monochromatic Colors of #B87F20
Black with #B87F20
Text Example
Text Example
White with #B87F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87F20; }
p { color: rgb(184,127,32); }
H1.HeaderClassName
{
color: #B87F20;
}
.AnyTagClassName
{
color: #B87F20;
}
</style>
background-color css
<style>
a { background-color: #B87F20; }
a { background-color: rgb(184,127,32); }
div.DivClassName
{
background-color: #B87F20;
}
.BgClassName
{
background-color: #B87F20;
}
</style>
border-color css
<style>
span { border-color: #B87F20; }
span { border-color: rgb(184,127,32); }
td.TdClassName
{
border-color: #B87F20;
}
.TagClassName
{
border-color: #B87F20;
}
</style>