Shades of Pirate Gold #B37124
Tints of Pirate Gold #B37124
RGB
CMYK
RGB Variations
Color information
#B37124 (or 0xB37124) is known color: Pirate Gold. HEX triplet: B3, 71 and 24. RGB value is (179,113,36). Sum of RGB (Red+Green+Blue) = 179+113+36=328 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.57% from 328); Green value is 113 (44.53% from 255 or 34.45% from 328); Blue value is 36 (14.45% from 255 or 10.98% from 328); Max value from RGB is 179 - color contains mainly: red. Hex color #B37124 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37124 is #4C8EDB. Grayscale: #7C7C7C. Windows color (decimal): -5017308 or 2388403. OLE color: 2388403.
HSL color Cylindrical-coordinate representation of color #B37124: hue angle of 32.31º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B37124 is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 113 | 36 | - |
| CMYK | 0 | 0.37 | 0.80 | 0.30 |
| HSL | 32.31º | 0.67% | 0.42% | - |
| HSV(B) | 32.31º | 0.8% | 0.7% | - |
| XYZ | 24.81 | 21.52 | 4.52 | - |
| YUV | 123.96 | 78.37 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 113 | 36 | 0 | 0.37 | 0.80 | 0.30 | 32.31 | 0.67 | 0.42 |
| Hex | B3 | 71 | 24 | 0 | 25 | 50 | 1E | 20 | 43 | 2A |
| Octal | 263 | 161 | 44 | 0 | 45 | 120 | 36 | 40 | 103 | 52 |
| Binary | 10110011 | 1110001 | 100100 | 0 | 100101 | 1010000 | 11110 | 100000 | 1000011 | 101010 |
Color Harmonies of #B37124
Complementary color
Monochromatic Colors of #B37124
Black with #B37124
Text Example
Text Example
White with #B37124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37124; }
p { color: rgb(179,113,36); }
H1.HeaderClassName
{
color: #B37124;
}
.AnyTagClassName
{
color: #B37124;
}
</style>
background-color css
<style>
a { background-color: #B37124; }
a { background-color: rgb(179,113,36); }
div.DivClassName
{
background-color: #B37124;
}
.BgClassName
{
background-color: #B37124;
}
</style>
border-color css
<style>
span { border-color: #B37124; }
span { border-color: rgb(179,113,36); }
td.TdClassName
{
border-color: #B37124;
}
.TagClassName
{
border-color: #B37124;
}
</style>