Shades of Pirate Gold #B57719
Tints of Pirate Gold #B57719
RGB
CMYK
RGB Variations
Color information
#B57719 (or 0xB57719) is known color: Pirate Gold. HEX triplet: B5, 77 and 19. RGB value is (181,119,25). Sum of RGB (Red+Green+Blue) = 181+119+25=325 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.69% from 325); Green value is 119 (46.88% from 255 or 36.62% from 325); Blue value is 25 (10.16% from 255 or 7.69% from 325); Max value from RGB is 181 - color contains mainly: red. Hex color #B57719 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57719 is #4A88E6. Grayscale: #7F7F7F. Windows color (decimal): -4884711 or 1669045. OLE color: 1669045.
HSL color Cylindrical-coordinate representation of color #B57719: hue angle of 36.15º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B57719 is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 119 | 25 | - |
| CMYK | 0 | 0.34 | 0.86 | 0.29 |
| HSL | 36.15º | 0.76% | 0.4% | - |
| HSV(B) | 36.15º | 0.86% | 0.71% | - |
| XYZ | 25.83 | 23.09 | 4.01 | - |
| YUV | 126.82 | 70.54 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 119 | 25 | 0 | 0.34 | 0.86 | 0.29 | 36.15 | 0.76 | 0.4 |
| Hex | B5 | 77 | 19 | 0 | 22 | 56 | 1D | 24 | 4C | 28 |
| Octal | 265 | 167 | 31 | 0 | 42 | 126 | 35 | 44 | 114 | 50 |
| Binary | 10110101 | 1110111 | 11001 | 0 | 100010 | 1010110 | 11101 | 100100 | 1001100 | 101000 |
Color Harmonies of #B57719
Complementary color
Monochromatic Colors of #B57719
Black with #B57719
Text Example
Text Example
White with #B57719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57719; }
p { color: rgb(181,119,25); }
H1.HeaderClassName
{
color: #B57719;
}
.AnyTagClassName
{
color: #B57719;
}
</style>
background-color css
<style>
a { background-color: #B57719; }
a { background-color: rgb(181,119,25); }
div.DivClassName
{
background-color: #B57719;
}
.BgClassName
{
background-color: #B57719;
}
</style>
border-color css
<style>
span { border-color: #B57719; }
span { border-color: rgb(181,119,25); }
td.TdClassName
{
border-color: #B57719;
}
.TagClassName
{
border-color: #B57719;
}
</style>