Shades of Pirate Gold #B87124
Tints of Pirate Gold #B87124
RGB
CMYK
RGB Variations
Color information
#B87124 (or 0xB87124) is known color: Pirate Gold. HEX triplet: B8, 71 and 24. RGB value is (184,113,36). Sum of RGB (Red+Green+Blue) = 184+113+36=333 (44% of max value = 765). Red value is 184 (72.27% from 255 or 55.26% from 333); Green value is 113 (44.53% from 255 or 33.93% from 333); Blue value is 36 (14.45% from 255 or 10.81% from 333); Max value from RGB is 184 - color contains mainly: red. Hex color #B87124 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87124 is #478EDB. Grayscale: #7D7D7D. Windows color (decimal): -4689628 or 2388408. OLE color: 2388408.
HSL color Cylindrical-coordinate representation of color #B87124: hue angle of 31.22º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B87124 is Cyan = 0, Magento = 0.39, Yellow = 0.80 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 113 | 36 | - |
| CMYK | 0 | 0.39 | 0.80 | 0.28 |
| HSL | 31.22º | 0.67% | 0.43% | - |
| HSV(B) | 31.22º | 0.8% | 0.72% | - |
| XYZ | 25.99 | 22.13 | 4.57 | - |
| YUV | 125.45 | 77.52 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 113 | 36 | 0 | 0.39 | 0.80 | 0.28 | 31.22 | 0.67 | 0.43 |
| Hex | B8 | 71 | 24 | 0 | 27 | 50 | 1C | 1F | 43 | 2B |
| Octal | 270 | 161 | 44 | 0 | 47 | 120 | 34 | 37 | 103 | 53 |
| Binary | 10111000 | 1110001 | 100100 | 0 | 100111 | 1010000 | 11100 | 11111 | 1000011 | 101011 |
Color Harmonies of #B87124
Complementary color
Monochromatic Colors of #B87124
Black with #B87124
Text Example
Text Example
White with #B87124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87124; }
p { color: rgb(184,113,36); }
H1.HeaderClassName
{
color: #B87124;
}
.AnyTagClassName
{
color: #B87124;
}
</style>
background-color css
<style>
a { background-color: #B87124; }
a { background-color: rgb(184,113,36); }
div.DivClassName
{
background-color: #B87124;
}
.BgClassName
{
background-color: #B87124;
}
</style>
border-color css
<style>
span { border-color: #B87124; }
span { border-color: rgb(184,113,36); }
td.TdClassName
{
border-color: #B87124;
}
.TagClassName
{
border-color: #B87124;
}
</style>