Shades of Pirate Gold #B86715
Tints of Pirate Gold #B86715
RGB
CMYK
RGB Variations
Color information
#B86715 (or 0xB86715) is known color: Pirate Gold. HEX triplet: B8, 67 and 15. RGB value is (184,103,21). Sum of RGB (Red+Green+Blue) = 184+103+21=308 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.74% from 308); Green value is 103 (40.62% from 255 or 33.44% from 308); Blue value is 21 (8.59% from 255 or 6.82% from 308); Max value from RGB is 184 - color contains mainly: red. Hex color #B86715 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86715 is #4798EA. Grayscale: #767676. Windows color (decimal): -4692203 or 1402808. OLE color: 1402808.
HSL color Cylindrical-coordinate representation of color #B86715: hue angle of 30.18º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B86715 is Cyan = 0, Magento = 0.44, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 103 | 21 | - |
| CMYK | 0 | 0.44 | 0.89 | 0.28 |
| HSL | 30.18º | 0.8% | 0.4% | - |
| HSV(B) | 30.18º | 0.89% | 0.72% | - |
| XYZ | 24.75 | 19.94 | 3.25 | - |
| YUV | 117.87 | 73.34 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 103 | 21 | 0 | 0.44 | 0.89 | 0.28 | 30.18 | 0.8 | 0.4 |
| Hex | B8 | 67 | 15 | 0 | 2C | 59 | 1C | 1E | 50 | 28 |
| Octal | 270 | 147 | 25 | 0 | 54 | 131 | 34 | 36 | 120 | 50 |
| Binary | 10111000 | 1100111 | 10101 | 0 | 101100 | 1011001 | 11100 | 11110 | 1010000 | 101000 |
Color Harmonies of #B86715
Complementary color
Monochromatic Colors of #B86715
Black with #B86715
Text Example
Text Example
White with #B86715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86715; }
p { color: rgb(184,103,21); }
H1.HeaderClassName
{
color: #B86715;
}
.AnyTagClassName
{
color: #B86715;
}
</style>
background-color css
<style>
a { background-color: #B86715; }
a { background-color: rgb(184,103,21); }
div.DivClassName
{
background-color: #B86715;
}
.BgClassName
{
background-color: #B86715;
}
</style>
border-color css
<style>
span { border-color: #B86715; }
span { border-color: rgb(184,103,21); }
td.TdClassName
{
border-color: #B86715;
}
.TagClassName
{
border-color: #B86715;
}
</style>