Shades of Pirate Gold #B57620
Tints of Pirate Gold #B57620
RGB
CMYK
RGB Variations
Color information
#B57620 (or 0xB57620) is known color: Pirate Gold. HEX triplet: B5, 76 and 20. RGB value is (181,118,32). Sum of RGB (Red+Green+Blue) = 181+118+32=331 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.68% from 331); Green value is 118 (46.48% from 255 or 35.65% from 331); Blue value is 32 (12.89% from 255 or 9.67% from 331); Max value from RGB is 181 - color contains mainly: red. Hex color #B57620 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57620 is #4A89DF. Grayscale: #7F7F7F. Windows color (decimal): -4884960 or 2127541. OLE color: 2127541.
HSL color Cylindrical-coordinate representation of color #B57620: hue angle of 34.63º 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 #B57620 is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 118 | 32 | - |
| CMYK | 0 | 0.35 | 0.82 | 0.29 |
| HSL | 34.63º | 0.7% | 0.42% | - |
| HSV(B) | 34.63º | 0.82% | 0.71% | - |
| XYZ | 25.8 | 22.88 | 4.42 | - |
| YUV | 127.03 | 74.37 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 118 | 32 | 0 | 0.35 | 0.82 | 0.29 | 34.63 | 0.7 | 0.42 |
| Hex | B5 | 76 | 20 | 0 | 23 | 52 | 1D | 23 | 46 | 2A |
| Octal | 265 | 166 | 40 | 0 | 43 | 122 | 35 | 43 | 106 | 52 |
| Binary | 10110101 | 1110110 | 100000 | 0 | 100011 | 1010010 | 11101 | 100011 | 1000110 | 101010 |
Color Harmonies of #B57620
Complementary color
Monochromatic Colors of #B57620
Black with #B57620
Text Example
Text Example
White with #B57620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57620; }
p { color: rgb(181,118,32); }
H1.HeaderClassName
{
color: #B57620;
}
.AnyTagClassName
{
color: #B57620;
}
</style>
background-color css
<style>
a { background-color: #B57620; }
a { background-color: rgb(181,118,32); }
div.DivClassName
{
background-color: #B57620;
}
.BgClassName
{
background-color: #B57620;
}
</style>
border-color css
<style>
span { border-color: #B57620; }
span { border-color: rgb(181,118,32); }
td.TdClassName
{
border-color: #B57620;
}
.TagClassName
{
border-color: #B57620;
}
</style>