Shades of Pirate Gold #B86D16
Tints of Pirate Gold #B86D16
RGB
CMYK
RGB Variations
Color information
#B86D16 (or 0xB86D16) is known color: Pirate Gold. HEX triplet: B8, 6D and 16. RGB value is (184,109,22). Sum of RGB (Red+Green+Blue) = 184+109+22=315 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.41% from 315); Green value is 109 (42.97% from 255 or 34.60% from 315); Blue value is 22 (8.98% from 255 or 6.98% from 315); Max value from RGB is 184 - color contains mainly: red. Hex color #B86D16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86D16 is #4792E9. Grayscale: #797979. Windows color (decimal): -4690666 or 1469880. OLE color: 1469880.
HSL color Cylindrical-coordinate representation of color #B86D16: hue angle of 32.22º 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 #B86D16 is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 109 | 22 | - |
| CMYK | 0 | 0.41 | 0.88 | 0.28 |
| HSL | 32.22º | 0.79% | 0.4% | - |
| HSV(B) | 32.22º | 0.88% | 0.72% | - |
| XYZ | 25.38 | 21.19 | 3.51 | - |
| YUV | 121.51 | 71.85 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 109 | 22 | 0 | 0.41 | 0.88 | 0.28 | 32.22 | 0.79 | 0.4 |
| Hex | B8 | 6D | 16 | 0 | 29 | 58 | 1C | 20 | 4F | 28 |
| Octal | 270 | 155 | 26 | 0 | 51 | 130 | 34 | 40 | 117 | 50 |
| Binary | 10111000 | 1101101 | 10110 | 0 | 101001 | 1011000 | 11100 | 100000 | 1001111 | 101000 |
Color Harmonies of #B86D16
Complementary color
Monochromatic Colors of #B86D16
Black with #B86D16
Text Example
Text Example
White with #B86D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86D16; }
p { color: rgb(184,109,22); }
H1.HeaderClassName
{
color: #B86D16;
}
.AnyTagClassName
{
color: #B86D16;
}
</style>
background-color css
<style>
a { background-color: #B86D16; }
a { background-color: rgb(184,109,22); }
div.DivClassName
{
background-color: #B86D16;
}
.BgClassName
{
background-color: #B86D16;
}
</style>
border-color css
<style>
span { border-color: #B86D16; }
span { border-color: rgb(184,109,22); }
td.TdClassName
{
border-color: #B86D16;
}
.TagClassName
{
border-color: #B86D16;
}
</style>