Shades of Pirate Gold #B37024
Tints of Pirate Gold #B37024
RGB
CMYK
RGB Variations
Color information
#B37024 (or 0xB37024) is known color: Pirate Gold. HEX triplet: B3, 70 and 24. RGB value is (179,112,36). Sum of RGB (Red+Green+Blue) = 179+112+36=327 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.74% from 327); Green value is 112 (44.14% from 255 or 34.25% from 327); Blue value is 36 (14.45% from 255 or 11.01% from 327); Max value from RGB is 179 - color contains mainly: red. Hex color #B37024 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37024 is #4C8FDB. Grayscale: #7B7B7B. Windows color (decimal): -5017564 or 2388147. OLE color: 2388147.
HSL color Cylindrical-coordinate representation of color #B37024: hue angle of 31.89º 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 #B37024 is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 112 | 36 | - |
| CMYK | 0 | 0.37 | 0.80 | 0.30 |
| HSL | 31.89º | 0.67% | 0.42% | - |
| HSV(B) | 31.89º | 0.8% | 0.7% | - |
| XYZ | 24.7 | 21.3 | 4.48 | - |
| YUV | 123.37 | 78.7 | 167.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 112 | 36 | 0 | 0.37 | 0.80 | 0.30 | 31.89 | 0.67 | 0.42 |
| Hex | B3 | 70 | 24 | 0 | 25 | 50 | 1E | 20 | 43 | 2A |
| Octal | 263 | 160 | 44 | 0 | 45 | 120 | 36 | 40 | 103 | 52 |
| Binary | 10110011 | 1110000 | 100100 | 0 | 100101 | 1010000 | 11110 | 100000 | 1000011 | 101010 |
Color Harmonies of #B37024
Complementary color
Monochromatic Colors of #B37024
Black with #B37024
Text Example
Text Example
White with #B37024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37024; }
p { color: rgb(179,112,36); }
H1.HeaderClassName
{
color: #B37024;
}
.AnyTagClassName
{
color: #B37024;
}
</style>
background-color css
<style>
a { background-color: #B37024; }
a { background-color: rgb(179,112,36); }
div.DivClassName
{
background-color: #B37024;
}
.BgClassName
{
background-color: #B37024;
}
</style>
border-color css
<style>
span { border-color: #B37024; }
span { border-color: rgb(179,112,36); }
td.TdClassName
{
border-color: #B37024;
}
.TagClassName
{
border-color: #B37024;
}
</style>