Shades of Pirate Gold #B86C17
Tints of Pirate Gold #B86C17
RGB
CMYK
RGB Variations
Color information
#B86C17 (or 0xB86C17) is known color: Pirate Gold. HEX triplet: B8, 6C and 17. RGB value is (184,108,23). Sum of RGB (Red+Green+Blue) = 184+108+23=315 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.41% from 315); Green value is 108 (42.58% from 255 or 34.29% from 315); Blue value is 23 (9.38% from 255 or 7.30% from 315); Max value from RGB is 184 - color contains mainly: red. Hex color #B86C17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86C17 is #4793E8. Grayscale: #797979. Windows color (decimal): -4690921 or 1535160. OLE color: 1535160.
HSL color Cylindrical-coordinate representation of color #B86C17: hue angle of 31.68º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B86C17 is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 108 | 23 | - |
| CMYK | 0 | 0.41 | 0.88 | 0.28 |
| HSL | 31.68º | 0.78% | 0.41% | - |
| HSV(B) | 31.68º | 0.88% | 0.72% | - |
| XYZ | 25.28 | 20.98 | 3.53 | - |
| YUV | 121.03 | 72.68 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 108 | 23 | 0 | 0.41 | 0.88 | 0.28 | 31.68 | 0.78 | 0.41 |
| Hex | B8 | 6C | 17 | 0 | 29 | 58 | 1C | 20 | 4E | 29 |
| Octal | 270 | 154 | 27 | 0 | 51 | 130 | 34 | 40 | 116 | 51 |
| Binary | 10111000 | 1101100 | 10111 | 0 | 101001 | 1011000 | 11100 | 100000 | 1001110 | 101001 |
Color Harmonies of #B86C17
Complementary color
Monochromatic Colors of #B86C17
Black with #B86C17
Text Example
Text Example
White with #B86C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86C17; }
p { color: rgb(184,108,23); }
H1.HeaderClassName
{
color: #B86C17;
}
.AnyTagClassName
{
color: #B86C17;
}
</style>
background-color css
<style>
a { background-color: #B86C17; }
a { background-color: rgb(184,108,23); }
div.DivClassName
{
background-color: #B86C17;
}
.BgClassName
{
background-color: #B86C17;
}
</style>
border-color css
<style>
span { border-color: #B86C17; }
span { border-color: rgb(184,108,23); }
td.TdClassName
{
border-color: #B86C17;
}
.TagClassName
{
border-color: #B86C17;
}
</style>