Shades of Pirate Gold #B86918
Tints of Pirate Gold #B86918
RGB
CMYK
RGB Variations
Color information
#B86918 (or 0xB86918) is known color: Pirate Gold. HEX triplet: B8, 69 and 18. RGB value is (184,105,24). Sum of RGB (Red+Green+Blue) = 184+105+24=313 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.79% from 313); Green value is 105 (41.41% from 255 or 33.55% from 313); Blue value is 24 (9.77% from 255 or 7.67% from 313); Max value from RGB is 184 - color contains mainly: red. Hex color #B86918 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86918 is #4796E7. Grayscale: #777777. Windows color (decimal): -4691688 or 1599928. OLE color: 1599928.
HSL color Cylindrical-coordinate representation of color #B86918: hue angle of 30.38º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B86918 is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 105 | 24 | - |
| CMYK | 0 | 0.43 | 0.87 | 0.28 |
| HSL | 30.38º | 0.77% | 0.41% | - |
| HSV(B) | 30.38º | 0.87% | 0.72% | - |
| XYZ | 24.98 | 20.36 | 3.48 | - |
| YUV | 119.39 | 74.17 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 105 | 24 | 0 | 0.43 | 0.87 | 0.28 | 30.38 | 0.77 | 0.41 |
| Hex | B8 | 69 | 18 | 0 | 2B | 57 | 1C | 1E | 4D | 29 |
| Octal | 270 | 151 | 30 | 0 | 53 | 127 | 34 | 36 | 115 | 51 |
| Binary | 10111000 | 1101001 | 11000 | 0 | 101011 | 1010111 | 11100 | 11110 | 1001101 | 101001 |
Color Harmonies of #B86918
Complementary color
Monochromatic Colors of #B86918
Black with #B86918
Text Example
Text Example
White with #B86918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86918; }
p { color: rgb(184,105,24); }
H1.HeaderClassName
{
color: #B86918;
}
.AnyTagClassName
{
color: #B86918;
}
</style>
background-color css
<style>
a { background-color: #B86918; }
a { background-color: rgb(184,105,24); }
div.DivClassName
{
background-color: #B86918;
}
.BgClassName
{
background-color: #B86918;
}
</style>
border-color css
<style>
span { border-color: #B86918; }
span { border-color: rgb(184,105,24); }
td.TdClassName
{
border-color: #B86918;
}
.TagClassName
{
border-color: #B86918;
}
</style>