Shades of Pirate Gold #B57122
Tints of Pirate Gold #B57122
RGB
CMYK
RGB Variations
Color information
#B57122 (or 0xB57122) is known color: Pirate Gold. HEX triplet: B5, 71 and 22. RGB value is (181,113,34). Sum of RGB (Red+Green+Blue) = 181+113+34=328 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.18% from 328); Green value is 113 (44.53% from 255 or 34.45% from 328); Blue value is 34 (13.67% from 255 or 10.37% from 328); Max value from RGB is 181 - color contains mainly: red. Hex color #B57122 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57122 is #4A8EDD. Grayscale: #7C7C7C. Windows color (decimal): -4886238 or 2257333. OLE color: 2257333.
HSL color Cylindrical-coordinate representation of color #B57122: hue angle of 32.24º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B57122 is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 113 | 34 | - |
| CMYK | 0 | 0.38 | 0.81 | 0.29 |
| HSL | 32.24º | 0.68% | 0.42% | - |
| HSV(B) | 32.24º | 0.81% | 0.71% | - |
| XYZ | 25.25 | 21.75 | 4.38 | - |
| YUV | 124.33 | 77.03 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 113 | 34 | 0 | 0.38 | 0.81 | 0.29 | 32.24 | 0.68 | 0.42 |
| Hex | B5 | 71 | 22 | 0 | 26 | 51 | 1D | 20 | 44 | 2A |
| Octal | 265 | 161 | 42 | 0 | 46 | 121 | 35 | 40 | 104 | 52 |
| Binary | 10110101 | 1110001 | 100010 | 0 | 100110 | 1010001 | 11101 | 100000 | 1000100 | 101010 |
Color Harmonies of #B57122
Complementary color
Monochromatic Colors of #B57122
Black with #B57122
Text Example
Text Example
White with #B57122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57122; }
p { color: rgb(181,113,34); }
H1.HeaderClassName
{
color: #B57122;
}
.AnyTagClassName
{
color: #B57122;
}
</style>
background-color css
<style>
a { background-color: #B57122; }
a { background-color: rgb(181,113,34); }
div.DivClassName
{
background-color: #B57122;
}
.BgClassName
{
background-color: #B57122;
}
</style>
border-color css
<style>
span { border-color: #B57122; }
span { border-color: rgb(181,113,34); }
td.TdClassName
{
border-color: #B57122;
}
.TagClassName
{
border-color: #B57122;
}
</style>