Shades of Pirate Gold #B87617
Tints of Pirate Gold #B87617
RGB
CMYK
RGB Variations
Color information
#B87617 (or 0xB87617) is known color: Pirate Gold. HEX triplet: B8, 76 and 17. RGB value is (184,118,23). Sum of RGB (Red+Green+Blue) = 184+118+23=325 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.62% from 325); Green value is 118 (46.48% from 255 or 36.31% from 325); Blue value is 23 (9.38% from 255 or 7.08% from 325); Max value from RGB is 184 - color contains mainly: red. Hex color #B87617 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87617 is #4789E8. Grayscale: #7F7F7F. Windows color (decimal): -4688361 or 1537720. OLE color: 1537720.
HSL color Cylindrical-coordinate representation of color #B87617: hue angle of 35.4º 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 #B87617 is Cyan = 0, Magento = 0.36, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 118 | 23 | - |
| CMYK | 0 | 0.36 | 0.88 | 0.28 |
| HSL | 35.4º | 0.78% | 0.41% | - |
| HSV(B) | 35.4º | 0.88% | 0.72% | - |
| XYZ | 26.4 | 23.21 | 3.9 | - |
| YUV | 126.9 | 69.37 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 118 | 23 | 0 | 0.36 | 0.88 | 0.28 | 35.4 | 0.78 | 0.41 |
| Hex | B8 | 76 | 17 | 0 | 24 | 58 | 1C | 23 | 4E | 29 |
| Octal | 270 | 166 | 27 | 0 | 44 | 130 | 34 | 43 | 116 | 51 |
| Binary | 10111000 | 1110110 | 10111 | 0 | 100100 | 1011000 | 11100 | 100011 | 1001110 | 101001 |
Color Harmonies of #B87617
Complementary color
Monochromatic Colors of #B87617
Black with #B87617
Text Example
Text Example
White with #B87617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87617; }
p { color: rgb(184,118,23); }
H1.HeaderClassName
{
color: #B87617;
}
.AnyTagClassName
{
color: #B87617;
}
</style>
background-color css
<style>
a { background-color: #B87617; }
a { background-color: rgb(184,118,23); }
div.DivClassName
{
background-color: #B87617;
}
.BgClassName
{
background-color: #B87617;
}
</style>
border-color css
<style>
span { border-color: #B87617; }
span { border-color: rgb(184,118,23); }
td.TdClassName
{
border-color: #B87617;
}
.TagClassName
{
border-color: #B87617;
}
</style>