Shades of Pirate Gold #B57529
Tints of Pirate Gold #B57529
RGB
CMYK
RGB Variations
Color information
#B57529 (or 0xB57529) is known color: Pirate Gold. HEX triplet: B5, 75 and 29. RGB value is (181,117,41). Sum of RGB (Red+Green+Blue) = 181+117+41=339 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.39% from 339); Green value is 117 (46.09% from 255 or 34.51% from 339); Blue value is 41 (16.41% from 255 or 12.09% from 339); Max value from RGB is 181 - color contains mainly: red. Hex color #B57529 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57529 is #4A8AD6. Grayscale: #7F7F7F. Windows color (decimal): -4885207 or 2717109. OLE color: 2717109.
HSL color Cylindrical-coordinate representation of color #B57529: hue angle of 32.57º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B57529 is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 117 | 41 | - |
| CMYK | 0 | 0.35 | 0.77 | 0.29 |
| HSL | 32.57º | 0.63% | 0.44% | - |
| HSV(B) | 32.57º | 0.77% | 0.71% | - |
| XYZ | 25.82 | 22.71 | 5.12 | - |
| YUV | 127.47 | 79.2 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 117 | 41 | 0 | 0.35 | 0.77 | 0.29 | 32.57 | 0.63 | 0.44 |
| Hex | B5 | 75 | 29 | 0 | 23 | 4D | 1D | 21 | 3F | 2C |
| Octal | 265 | 165 | 51 | 0 | 43 | 115 | 35 | 41 | 77 | 54 |
| Binary | 10110101 | 1110101 | 101001 | 0 | 100011 | 1001101 | 11101 | 100001 | 111111 | 101100 |
Color Harmonies of #B57529
Complementary color
Monochromatic Colors of #B57529
Black with #B57529
Text Example
Text Example
White with #B57529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57529; }
p { color: rgb(181,117,41); }
H1.HeaderClassName
{
color: #B57529;
}
.AnyTagClassName
{
color: #B57529;
}
</style>
background-color css
<style>
a { background-color: #B57529; }
a { background-color: rgb(181,117,41); }
div.DivClassName
{
background-color: #B57529;
}
.BgClassName
{
background-color: #B57529;
}
</style>
border-color css
<style>
span { border-color: #B57529; }
span { border-color: rgb(181,117,41); }
td.TdClassName
{
border-color: #B57529;
}
.TagClassName
{
border-color: #B57529;
}
</style>