Shades of Pirate Gold #B37C20
Tints of Pirate Gold #B37C20
RGB
CMYK
RGB Variations
Color information
#B37C20 (or 0xB37C20) is known color: Pirate Gold. HEX triplet: B3, 7C and 20. RGB value is (179,124,32). Sum of RGB (Red+Green+Blue) = 179+124+32=335 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.43% from 335); Green value is 124 (48.83% from 255 or 37.01% from 335); Blue value is 32 (12.89% from 255 or 9.55% from 335); Max value from RGB is 179 - color contains mainly: red. Hex color #B37C20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37C20 is #4C83DF. Grayscale: #828282. Windows color (decimal): -5014496 or 2129075. OLE color: 2129075.
HSL color Cylindrical-coordinate representation of color #B37C20: hue angle of 37.55º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B37C20 is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 124 | 32 | - |
| CMYK | 0 | 0.31 | 0.82 | 0.30 |
| HSL | 37.55º | 0.7% | 0.41% | - |
| HSV(B) | 37.55º | 0.82% | 0.7% | - |
| XYZ | 26.06 | 24.1 | 4.65 | - |
| YUV | 129.96 | 72.72 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 124 | 32 | 0 | 0.31 | 0.82 | 0.30 | 37.55 | 0.7 | 0.41 |
| Hex | B3 | 7C | 20 | 0 | 1F | 52 | 1E | 26 | 46 | 29 |
| Octal | 263 | 174 | 40 | 0 | 37 | 122 | 36 | 46 | 106 | 51 |
| Binary | 10110011 | 1111100 | 100000 | 0 | 11111 | 1010010 | 11110 | 100110 | 1000110 | 101001 |
Color Harmonies of #B37C20
Complementary color
Monochromatic Colors of #B37C20
Black with #B37C20
Text Example
Text Example
White with #B37C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37C20; }
p { color: rgb(179,124,32); }
H1.HeaderClassName
{
color: #B37C20;
}
.AnyTagClassName
{
color: #B37C20;
}
</style>
background-color css
<style>
a { background-color: #B37C20; }
a { background-color: rgb(179,124,32); }
div.DivClassName
{
background-color: #B37C20;
}
.BgClassName
{
background-color: #B37C20;
}
</style>
border-color css
<style>
span { border-color: #B37C20; }
span { border-color: rgb(179,124,32); }
td.TdClassName
{
border-color: #B37C20;
}
.TagClassName
{
border-color: #B37C20;
}
</style>