Shades of Pirate Gold #B87919
Tints of Pirate Gold #B87919
RGB
CMYK
RGB Variations
Color information
#B87919 (or 0xB87919) is known color: Pirate Gold. HEX triplet: B8, 79 and 19. RGB value is (184,121,25). Sum of RGB (Red+Green+Blue) = 184+121+25=330 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.76% from 330); Green value is 121 (47.66% from 255 or 36.67% from 330); Blue value is 25 (10.16% from 255 or 7.58% from 330); Max value from RGB is 184 - color contains mainly: red. Hex color #B87919 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87919 is #4786E6. Grayscale: #818181. Windows color (decimal): -4687591 or 1669560. OLE color: 1669560.
HSL color Cylindrical-coordinate representation of color #B87919: hue angle of 36.23º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B87919 is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 121 | 25 | - |
| CMYK | 0 | 0.34 | 0.86 | 0.28 |
| HSL | 36.23º | 0.76% | 0.41% | - |
| HSV(B) | 36.23º | 0.86% | 0.72% | - |
| XYZ | 26.78 | 23.94 | 4.13 | - |
| YUV | 128.89 | 69.37 | 167.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 121 | 25 | 0 | 0.34 | 0.86 | 0.28 | 36.23 | 0.76 | 0.41 |
| Hex | B8 | 79 | 19 | 0 | 22 | 56 | 1C | 24 | 4C | 29 |
| Octal | 270 | 171 | 31 | 0 | 42 | 126 | 34 | 44 | 114 | 51 |
| Binary | 10111000 | 1111001 | 11001 | 0 | 100010 | 1010110 | 11100 | 100100 | 1001100 | 101001 |
Color Harmonies of #B87919
Complementary color
Monochromatic Colors of #B87919
Black with #B87919
Text Example
Text Example
White with #B87919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87919; }
p { color: rgb(184,121,25); }
H1.HeaderClassName
{
color: #B87919;
}
.AnyTagClassName
{
color: #B87919;
}
</style>
background-color css
<style>
a { background-color: #B87919; }
a { background-color: rgb(184,121,25); }
div.DivClassName
{
background-color: #B87919;
}
.BgClassName
{
background-color: #B87919;
}
</style>
border-color css
<style>
span { border-color: #B87919; }
span { border-color: rgb(184,121,25); }
td.TdClassName
{
border-color: #B87919;
}
.TagClassName
{
border-color: #B87919;
}
</style>