Shades of Pirate Gold #B87518
Tints of Pirate Gold #B87518
RGB
CMYK
RGB Variations
Color information
#B87518 (or 0xB87518) is known color: Pirate Gold. HEX triplet: B8, 75 and 18. RGB value is (184,117,24). Sum of RGB (Red+Green+Blue) = 184+117+24=325 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.62% from 325); Green value is 117 (46.09% from 255 or 36% from 325); Blue value is 24 (9.77% from 255 or 7.38% from 325); Max value from RGB is 184 - color contains mainly: red. Hex color #B87518 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87518 is #478AE7. Grayscale: #7E7E7E. Windows color (decimal): -4688616 or 1603000. OLE color: 1603000.
HSL color Cylindrical-coordinate representation of color #B87518: hue angle of 34.88º 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 #B87518 is Cyan = 0, Magento = 0.36, Yellow = 0.87 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 117 | 24 | - |
| CMYK | 0 | 0.36 | 0.87 | 0.28 |
| HSL | 34.88º | 0.77% | 0.41% | - |
| HSV(B) | 34.88º | 0.87% | 0.72% | - |
| XYZ | 26.29 | 22.98 | 3.91 | - |
| YUV | 126.43 | 70.2 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 117 | 24 | 0 | 0.36 | 0.87 | 0.28 | 34.88 | 0.77 | 0.41 |
| Hex | B8 | 75 | 18 | 0 | 24 | 57 | 1C | 23 | 4D | 29 |
| Octal | 270 | 165 | 30 | 0 | 44 | 127 | 34 | 43 | 115 | 51 |
| Binary | 10111000 | 1110101 | 11000 | 0 | 100100 | 1010111 | 11100 | 100011 | 1001101 | 101001 |
Color Harmonies of #B87518
Complementary color
Monochromatic Colors of #B87518
Black with #B87518
Text Example
Text Example
White with #B87518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87518; }
p { color: rgb(184,117,24); }
H1.HeaderClassName
{
color: #B87518;
}
.AnyTagClassName
{
color: #B87518;
}
</style>
background-color css
<style>
a { background-color: #B87518; }
a { background-color: rgb(184,117,24); }
div.DivClassName
{
background-color: #B87518;
}
.BgClassName
{
background-color: #B87518;
}
</style>
border-color css
<style>
span { border-color: #B87518; }
span { border-color: rgb(184,117,24); }
td.TdClassName
{
border-color: #B87518;
}
.TagClassName
{
border-color: #B87518;
}
</style>