Shades of Pirate Gold #B86D13
Tints of Pirate Gold #B86D13
RGB
CMYK
RGB Variations
Color information
#B86D13 (or 0xB86D13) is known color: Pirate Gold. HEX triplet: B8, 6D and 13. RGB value is (184,109,19). Sum of RGB (Red+Green+Blue) = 184+109+19=312 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.97% from 312); Green value is 109 (42.97% from 255 or 34.94% from 312); Blue value is 19 (7.81% from 255 or 6.09% from 312); Max value from RGB is 184 - color contains mainly: red. Hex color #B86D13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86D13 is #4792EC. Grayscale: #797979. Windows color (decimal): -4690669 or 1273272. OLE color: 1273272.
HSL color Cylindrical-coordinate representation of color #B86D13: hue angle of 32.73º degrees, saturation: 0.81, 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 #B86D13 is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 109 | 19 | - |
| CMYK | 0 | 0.41 | 0.90 | 0.28 |
| HSL | 32.73º | 0.81% | 0.4% | - |
| HSV(B) | 32.73º | 0.9% | 0.72% | - |
| XYZ | 25.35 | 21.17 | 3.37 | - |
| YUV | 121.17 | 70.35 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 109 | 19 | 0 | 0.41 | 0.90 | 0.28 | 32.73 | 0.81 | 0.4 |
| Hex | B8 | 6D | 13 | 0 | 29 | 5A | 1C | 21 | 51 | 28 |
| Octal | 270 | 155 | 23 | 0 | 51 | 132 | 34 | 41 | 121 | 50 |
| Binary | 10111000 | 1101101 | 10011 | 0 | 101001 | 1011010 | 11100 | 100001 | 1010001 | 101000 |
Color Harmonies of #B86D13
Complementary color
Monochromatic Colors of #B86D13
Black with #B86D13
Text Example
Text Example
White with #B86D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86D13; }
p { color: rgb(184,109,19); }
H1.HeaderClassName
{
color: #B86D13;
}
.AnyTagClassName
{
color: #B86D13;
}
</style>
background-color css
<style>
a { background-color: #B86D13; }
a { background-color: rgb(184,109,19); }
div.DivClassName
{
background-color: #B86D13;
}
.BgClassName
{
background-color: #B86D13;
}
</style>
border-color css
<style>
span { border-color: #B86D13; }
span { border-color: rgb(184,109,19); }
td.TdClassName
{
border-color: #B86D13;
}
.TagClassName
{
border-color: #B86D13;
}
</style>