Shades of Pirate Gold #B47924
Tints of Pirate Gold #B47924
RGB
CMYK
RGB Variations
Color information
#B47924 (or 0xB47924) is known color: Pirate Gold. HEX triplet: B4, 79 and 24. RGB value is (180,121,36). Sum of RGB (Red+Green+Blue) = 180+121+36=337 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.41% from 337); Green value is 121 (47.66% from 255 or 35.91% from 337); Blue value is 36 (14.45% from 255 or 10.68% from 337); Max value from RGB is 180 - color contains mainly: red. Hex color #B47924 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47924 is #4B86DB. Grayscale: #818181. Windows color (decimal): -4949724 or 2390452. OLE color: 2390452.
HSL color Cylindrical-coordinate representation of color #B47924: hue angle of 35.42º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B47924 is Cyan = 0, Magento = 0.33, Yellow = 0.8 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 121 | 36 | - |
| CMYK | 0 | 0.33 | 0.8 | 0.29 |
| HSL | 35.42º | 0.67% | 0.42% | - |
| HSV(B) | 35.42º | 0.8% | 0.71% | - |
| XYZ | 25.98 | 23.51 | 4.84 | - |
| YUV | 128.95 | 75.55 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 121 | 36 | 0 | 0.33 | 0.8 | 0.29 | 35.42 | 0.67 | 0.42 |
| Hex | B4 | 79 | 24 | 0 | 21 | 50 | 1D | 23 | 43 | 2A |
| Octal | 264 | 171 | 44 | 0 | 41 | 120 | 35 | 43 | 103 | 52 |
| Binary | 10110100 | 1111001 | 100100 | 0 | 100001 | 1010000 | 11101 | 100011 | 1000011 | 101010 |
Color Harmonies of #B47924
Complementary color
Monochromatic Colors of #B47924
Black with #B47924
Text Example
Text Example
White with #B47924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47924; }
p { color: rgb(180,121,36); }
H1.HeaderClassName
{
color: #B47924;
}
.AnyTagClassName
{
color: #B47924;
}
</style>
background-color css
<style>
a { background-color: #B47924; }
a { background-color: rgb(180,121,36); }
div.DivClassName
{
background-color: #B47924;
}
.BgClassName
{
background-color: #B47924;
}
</style>
border-color css
<style>
span { border-color: #B47924; }
span { border-color: rgb(180,121,36); }
td.TdClassName
{
border-color: #B47924;
}
.TagClassName
{
border-color: #B47924;
}
</style>