Shades of Pirate Gold #B86F12
Tints of Pirate Gold #B86F12
RGB
CMYK
RGB Variations
Color information
#B86F12 (or 0xB86F12) is known color: Pirate Gold. HEX triplet: B8, 6F and 12. RGB value is (184,111,18). Sum of RGB (Red+Green+Blue) = 184+111+18=313 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.79% from 313); Green value is 111 (43.75% from 255 or 35.46% from 313); Blue value is 18 (7.42% from 255 or 5.75% from 313); Max value from RGB is 184 - color contains mainly: red. Hex color #B86F12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86F12 is #4790ED. Grayscale: #7A7A7A. Windows color (decimal): -4690158 or 1208248. OLE color: 1208248.
HSL color Cylindrical-coordinate representation of color #B86F12: hue angle of 33.61º 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 #B86F12 is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 111 | 18 | - |
| CMYK | 0 | 0.40 | 0.90 | 0.28 |
| HSL | 33.61º | 0.82% | 0.4% | - |
| HSV(B) | 33.61º | 0.9% | 0.72% | - |
| XYZ | 25.56 | 21.6 | 3.39 | - |
| YUV | 122.23 | 69.18 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 111 | 18 | 0 | 0.40 | 0.90 | 0.28 | 33.61 | 0.82 | 0.4 |
| Hex | B8 | 6F | 12 | 0 | 28 | 5A | 1C | 22 | 52 | 28 |
| Octal | 270 | 157 | 22 | 0 | 50 | 132 | 34 | 42 | 122 | 50 |
| Binary | 10111000 | 1101111 | 10010 | 0 | 101000 | 1011010 | 11100 | 100010 | 1010010 | 101000 |
Color Harmonies of #B86F12
Complementary color
Monochromatic Colors of #B86F12
Black with #B86F12
Text Example
Text Example
White with #B86F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86F12; }
p { color: rgb(184,111,18); }
H1.HeaderClassName
{
color: #B86F12;
}
.AnyTagClassName
{
color: #B86F12;
}
</style>
background-color css
<style>
a { background-color: #B86F12; }
a { background-color: rgb(184,111,18); }
div.DivClassName
{
background-color: #B86F12;
}
.BgClassName
{
background-color: #B86F12;
}
</style>
border-color css
<style>
span { border-color: #B86F12; }
span { border-color: rgb(184,111,18); }
td.TdClassName
{
border-color: #B86F12;
}
.TagClassName
{
border-color: #B86F12;
}
</style>