Shades of Pirate Gold #B57429
Tints of Pirate Gold #B57429
RGB
CMYK
RGB Variations
Color information
#B57429 (or 0xB57429) is known color: Pirate Gold. HEX triplet: B5, 74 and 29. RGB value is (181,116,41). Sum of RGB (Red+Green+Blue) = 181+116+41=338 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.55% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 41 (16.41% from 255 or 12.13% from 338); Max value from RGB is 181 - color contains mainly: red. Hex color #B57429 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57429 is #4A8BD6. Grayscale: #7F7F7F. Windows color (decimal): -4885463 or 2716853. OLE color: 2716853.
HSL color Cylindrical-coordinate representation of color #B57429: hue angle of 32.14º 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 #B57429 is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 116 | 41 | - |
| CMYK | 0 | 0.36 | 0.77 | 0.29 |
| HSL | 32.14º | 0.63% | 0.44% | - |
| HSV(B) | 32.14º | 0.77% | 0.71% | - |
| XYZ | 25.7 | 22.47 | 5.08 | - |
| YUV | 126.89 | 79.53 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 116 | 41 | 0 | 0.36 | 0.77 | 0.29 | 32.14 | 0.63 | 0.44 |
| Hex | B5 | 74 | 29 | 0 | 24 | 4D | 1D | 20 | 3F | 2C |
| Octal | 265 | 164 | 51 | 0 | 44 | 115 | 35 | 40 | 77 | 54 |
| Binary | 10110101 | 1110100 | 101001 | 0 | 100100 | 1001101 | 11101 | 100000 | 111111 | 101100 |
Color Harmonies of #B57429
Complementary color
Monochromatic Colors of #B57429
Black with #B57429
Text Example
Text Example
White with #B57429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57429; }
p { color: rgb(181,116,41); }
H1.HeaderClassName
{
color: #B57429;
}
.AnyTagClassName
{
color: #B57429;
}
</style>
background-color css
<style>
a { background-color: #B57429; }
a { background-color: rgb(181,116,41); }
div.DivClassName
{
background-color: #B57429;
}
.BgClassName
{
background-color: #B57429;
}
</style>
border-color css
<style>
span { border-color: #B57429; }
span { border-color: rgb(181,116,41); }
td.TdClassName
{
border-color: #B57429;
}
.TagClassName
{
border-color: #B57429;
}
</style>