Shades of Pirate Gold #B87519
Tints of Pirate Gold #B87519
RGB
CMYK
RGB Variations
Color information
#B87519 (or 0xB87519) is known color: Pirate Gold. HEX triplet: B8, 75 and 19. RGB value is (184,117,25). Sum of RGB (Red+Green+Blue) = 184+117+25=326 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.44% from 326); Green value is 117 (46.09% from 255 or 35.89% from 326); Blue value is 25 (10.16% from 255 or 7.67% from 326); Max value from RGB is 184 - color contains mainly: red. Hex color #B87519 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87519 is #478AE6. Grayscale: #7E7E7E. Windows color (decimal): -4688615 or 1668536. OLE color: 1668536.
HSL color Cylindrical-coordinate representation of color #B87519: hue angle of 34.72º 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 #B87519 is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 117 | 25 | - |
| CMYK | 0 | 0.36 | 0.86 | 0.28 |
| HSL | 34.72º | 0.76% | 0.41% | - |
| HSV(B) | 34.72º | 0.86% | 0.72% | - |
| XYZ | 26.3 | 22.98 | 3.97 | - |
| YUV | 126.55 | 70.7 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 117 | 25 | 0 | 0.36 | 0.86 | 0.28 | 34.72 | 0.76 | 0.41 |
| Hex | B8 | 75 | 19 | 0 | 24 | 56 | 1C | 23 | 4C | 29 |
| Octal | 270 | 165 | 31 | 0 | 44 | 126 | 34 | 43 | 114 | 51 |
| Binary | 10111000 | 1110101 | 11001 | 0 | 100100 | 1010110 | 11100 | 100011 | 1001100 | 101001 |
Color Harmonies of #B87519
Complementary color
Monochromatic Colors of #B87519
Black with #B87519
Text Example
Text Example
White with #B87519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87519; }
p { color: rgb(184,117,25); }
H1.HeaderClassName
{
color: #B87519;
}
.AnyTagClassName
{
color: #B87519;
}
</style>
background-color css
<style>
a { background-color: #B87519; }
a { background-color: rgb(184,117,25); }
div.DivClassName
{
background-color: #B87519;
}
.BgClassName
{
background-color: #B87519;
}
</style>
border-color css
<style>
span { border-color: #B87519; }
span { border-color: rgb(184,117,25); }
td.TdClassName
{
border-color: #B87519;
}
.TagClassName
{
border-color: #B87519;
}
</style>