Shades of Pirate Gold #B57E20
Tints of Pirate Gold #B57E20
RGB
CMYK
RGB Variations
Color information
#B57E20 (or 0xB57E20) is known color: Pirate Gold. HEX triplet: B5, 7E and 20. RGB value is (181,126,32). Sum of RGB (Red+Green+Blue) = 181+126+32=339 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.39% from 339); Green value is 126 (49.61% from 255 or 37.17% from 339); Blue value is 32 (12.89% from 255 or 9.44% from 339); Max value from RGB is 181 - color contains mainly: red. Hex color #B57E20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57E20 is #4A81DF. Grayscale: #848484. Windows color (decimal): -4882912 or 2129589. OLE color: 2129589.
HSL color Cylindrical-coordinate representation of color #B57E20: hue angle of 37.85º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B57E20 is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 126 | 32 | - |
| CMYK | 0 | 0.30 | 0.82 | 0.29 |
| HSL | 37.85º | 0.7% | 0.42% | - |
| HSV(B) | 37.85º | 0.82% | 0.71% | - |
| XYZ | 26.78 | 24.85 | 4.75 | - |
| YUV | 131.73 | 71.72 | 163.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 126 | 32 | 0 | 0.30 | 0.82 | 0.29 | 37.85 | 0.7 | 0.42 |
| Hex | B5 | 7E | 20 | 0 | 1E | 52 | 1D | 26 | 46 | 2A |
| Octal | 265 | 176 | 40 | 0 | 36 | 122 | 35 | 46 | 106 | 52 |
| Binary | 10110101 | 1111110 | 100000 | 0 | 11110 | 1010010 | 11101 | 100110 | 1000110 | 101010 |
Color Harmonies of #B57E20
Complementary color
Monochromatic Colors of #B57E20
Black with #B57E20
Text Example
Text Example
White with #B57E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57E20; }
p { color: rgb(181,126,32); }
H1.HeaderClassName
{
color: #B57E20;
}
.AnyTagClassName
{
color: #B57E20;
}
</style>
background-color css
<style>
a { background-color: #B57E20; }
a { background-color: rgb(181,126,32); }
div.DivClassName
{
background-color: #B57E20;
}
.BgClassName
{
background-color: #B57E20;
}
</style>
border-color css
<style>
span { border-color: #B57E20; }
span { border-color: rgb(181,126,32); }
td.TdClassName
{
border-color: #B57E20;
}
.TagClassName
{
border-color: #B57E20;
}
</style>