Shades of Pirate Gold #B57528
Tints of Pirate Gold #B57528
RGB
CMYK
RGB Variations
Color information
#B57528 (or 0xB57528) is known color: Pirate Gold. HEX triplet: B5, 75 and 28. RGB value is (181,117,40). Sum of RGB (Red+Green+Blue) = 181+117+40=338 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.55% from 338); Green value is 117 (46.09% from 255 or 34.62% from 338); Blue value is 40 (16.02% from 255 or 11.83% from 338); Max value from RGB is 181 - color contains mainly: red. Hex color #B57528 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57528 is #4A8AD7. Grayscale: #7F7F7F. Windows color (decimal): -4885208 or 2651573. OLE color: 2651573.
HSL color Cylindrical-coordinate representation of color #B57528: hue angle of 32.77º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B57528 is Cyan = 0, Magento = 0.35, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 117 | 40 | - |
| CMYK | 0 | 0.35 | 0.78 | 0.29 |
| HSL | 32.77º | 0.64% | 0.43% | - |
| HSV(B) | 32.77º | 0.78% | 0.71% | - |
| XYZ | 25.8 | 22.7 | 5.03 | - |
| YUV | 127.36 | 78.7 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 117 | 40 | 0 | 0.35 | 0.78 | 0.29 | 32.77 | 0.64 | 0.43 |
| Hex | B5 | 75 | 28 | 0 | 23 | 4E | 1D | 21 | 40 | 2B |
| Octal | 265 | 165 | 50 | 0 | 43 | 116 | 35 | 41 | 100 | 53 |
| Binary | 10110101 | 1110101 | 101000 | 0 | 100011 | 1001110 | 11101 | 100001 | 1000000 | 101011 |
Color Harmonies of #B57528
Complementary color
Monochromatic Colors of #B57528
Black with #B57528
Text Example
Text Example
White with #B57528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57528; }
p { color: rgb(181,117,40); }
H1.HeaderClassName
{
color: #B57528;
}
.AnyTagClassName
{
color: #B57528;
}
</style>
background-color css
<style>
a { background-color: #B57528; }
a { background-color: rgb(181,117,40); }
div.DivClassName
{
background-color: #B57528;
}
.BgClassName
{
background-color: #B57528;
}
</style>
border-color css
<style>
span { border-color: #B57528; }
span { border-color: rgb(181,117,40); }
td.TdClassName
{
border-color: #B57528;
}
.TagClassName
{
border-color: #B57528;
}
</style>