Shades of Pirate Gold #B86F17
Tints of Pirate Gold #B86F17
RGB
CMYK
RGB Variations
Color information
#B86F17 (or 0xB86F17) is known color: Pirate Gold. HEX triplet: B8, 6F and 17. RGB value is (184,111,23). Sum of RGB (Red+Green+Blue) = 184+111+23=318 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.86% from 318); Green value is 111 (43.75% from 255 or 34.91% from 318); Blue value is 23 (9.38% from 255 or 7.23% from 318); Max value from RGB is 184 - color contains mainly: red. Hex color #B86F17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86F17 is #4790E8. Grayscale: #7B7B7B. Windows color (decimal): -4690153 or 1535928. OLE color: 1535928.
HSL color Cylindrical-coordinate representation of color #B86F17: hue angle of 32.8º 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 #B86F17 is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 111 | 23 | - |
| CMYK | 0 | 0.40 | 0.88 | 0.28 |
| HSL | 32.8º | 0.78% | 0.41% | - |
| HSV(B) | 32.8º | 0.88% | 0.72% | - |
| XYZ | 25.61 | 21.62 | 3.63 | - |
| YUV | 122.8 | 71.68 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 111 | 23 | 0 | 0.40 | 0.88 | 0.28 | 32.8 | 0.78 | 0.41 |
| Hex | B8 | 6F | 17 | 0 | 28 | 58 | 1C | 21 | 4E | 29 |
| Octal | 270 | 157 | 27 | 0 | 50 | 130 | 34 | 41 | 116 | 51 |
| Binary | 10111000 | 1101111 | 10111 | 0 | 101000 | 1011000 | 11100 | 100001 | 1001110 | 101001 |
Color Harmonies of #B86F17
Complementary color
Monochromatic Colors of #B86F17
Black with #B86F17
Text Example
Text Example
White with #B86F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86F17; }
p { color: rgb(184,111,23); }
H1.HeaderClassName
{
color: #B86F17;
}
.AnyTagClassName
{
color: #B86F17;
}
</style>
background-color css
<style>
a { background-color: #B86F17; }
a { background-color: rgb(184,111,23); }
div.DivClassName
{
background-color: #B86F17;
}
.BgClassName
{
background-color: #B86F17;
}
</style>
border-color css
<style>
span { border-color: #B86F17; }
span { border-color: rgb(184,111,23); }
td.TdClassName
{
border-color: #B86F17;
}
.TagClassName
{
border-color: #B86F17;
}
</style>