Shades of Pirate Gold #B86F16
Tints of Pirate Gold #B86F16
RGB
CMYK
RGB Variations
Color information
#B86F16 (or 0xB86F16) is known color: Pirate Gold. HEX triplet: B8, 6F and 16. RGB value is (184,111,22). Sum of RGB (Red+Green+Blue) = 184+111+22=317 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.04% from 317); Green value is 111 (43.75% from 255 or 35.02% from 317); Blue value is 22 (8.98% from 255 or 6.94% from 317); Max value from RGB is 184 - color contains mainly: red. Hex color #B86F16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86F16 is #4790E9. Grayscale: #7B7B7B. Windows color (decimal): -4690154 or 1470392. OLE color: 1470392.
HSL color Cylindrical-coordinate representation of color #B86F16: hue angle of 32.96º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B86F16 is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 111 | 22 | - |
| CMYK | 0 | 0.40 | 0.88 | 0.28 |
| HSL | 32.96º | 0.79% | 0.4% | - |
| HSV(B) | 32.96º | 0.88% | 0.72% | - |
| XYZ | 25.6 | 21.62 | 3.58 | - |
| YUV | 122.68 | 71.18 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 111 | 22 | 0 | 0.40 | 0.88 | 0.28 | 32.96 | 0.79 | 0.4 |
| Hex | B8 | 6F | 16 | 0 | 28 | 58 | 1C | 21 | 4F | 28 |
| Octal | 270 | 157 | 26 | 0 | 50 | 130 | 34 | 41 | 117 | 50 |
| Binary | 10111000 | 1101111 | 10110 | 0 | 101000 | 1011000 | 11100 | 100001 | 1001111 | 101000 |
Color Harmonies of #B86F16
Complementary color
Monochromatic Colors of #B86F16
Black with #B86F16
Text Example
Text Example
White with #B86F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86F16; }
p { color: rgb(184,111,22); }
H1.HeaderClassName
{
color: #B86F16;
}
.AnyTagClassName
{
color: #B86F16;
}
</style>
background-color css
<style>
a { background-color: #B86F16; }
a { background-color: rgb(184,111,22); }
div.DivClassName
{
background-color: #B86F16;
}
.BgClassName
{
background-color: #B86F16;
}
</style>
border-color css
<style>
span { border-color: #B86F16; }
span { border-color: rgb(184,111,22); }
td.TdClassName
{
border-color: #B86F16;
}
.TagClassName
{
border-color: #B86F16;
}
</style>