Shades of Pirate Gold #B87012
Tints of Pirate Gold #B87012
RGB
CMYK
RGB Variations
Color information
#B87012 (or 0xB87012) is known color: Pirate Gold. HEX triplet: B8, 70 and 12. RGB value is (184,112,18). Sum of RGB (Red+Green+Blue) = 184+112+18=314 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.60% from 314); Green value is 112 (44.14% from 255 or 35.67% from 314); Blue value is 18 (7.42% from 255 or 5.73% from 314); Max value from RGB is 184 - color contains mainly: red. Hex color #B87012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87012 is #478FED. Grayscale: #7B7B7B. Windows color (decimal): -4689902 or 1208504. OLE color: 1208504.
HSL color Cylindrical-coordinate representation of color #B87012: hue angle of 33.98º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B87012 is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 112 | 18 | - |
| CMYK | 0 | 0.39 | 0.90 | 0.28 |
| HSL | 33.98º | 0.82% | 0.4% | - |
| HSV(B) | 33.98º | 0.9% | 0.72% | - |
| XYZ | 25.67 | 21.82 | 3.43 | - |
| YUV | 122.81 | 68.85 | 171.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 112 | 18 | 0 | 0.39 | 0.90 | 0.28 | 33.98 | 0.82 | 0.4 |
| Hex | B8 | 70 | 12 | 0 | 27 | 5A | 1C | 22 | 52 | 28 |
| Octal | 270 | 160 | 22 | 0 | 47 | 132 | 34 | 42 | 122 | 50 |
| Binary | 10111000 | 1110000 | 10010 | 0 | 100111 | 1011010 | 11100 | 100010 | 1010010 | 101000 |
Color Harmonies of #B87012
Complementary color
Monochromatic Colors of #B87012
Black with #B87012
Text Example
Text Example
White with #B87012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87012; }
p { color: rgb(184,112,18); }
H1.HeaderClassName
{
color: #B87012;
}
.AnyTagClassName
{
color: #B87012;
}
</style>
background-color css
<style>
a { background-color: #B87012; }
a { background-color: rgb(184,112,18); }
div.DivClassName
{
background-color: #B87012;
}
.BgClassName
{
background-color: #B87012;
}
</style>
border-color css
<style>
span { border-color: #B87012; }
span { border-color: rgb(184,112,18); }
td.TdClassName
{
border-color: #B87012;
}
.TagClassName
{
border-color: #B87012;
}
</style>