Shades of Pirate Gold #B57717
Tints of Pirate Gold #B57717
RGB
CMYK
RGB Variations
Color information
#B57717 (or 0xB57717) is known color: Pirate Gold. HEX triplet: B5, 77 and 17. RGB value is (181,119,23). Sum of RGB (Red+Green+Blue) = 181+119+23=323 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.04% from 323); Green value is 119 (46.88% from 255 or 36.84% from 323); Blue value is 23 (9.38% from 255 or 7.12% from 323); Max value from RGB is 181 - color contains mainly: red. Hex color #B57717 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57717 is #4A88E8. Grayscale: #7F7F7F. Windows color (decimal): -4884713 or 1537973. OLE color: 1537973.
HSL color Cylindrical-coordinate representation of color #B57717: hue angle of 36.46º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B57717 is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 119 | 23 | - |
| CMYK | 0 | 0.34 | 0.87 | 0.29 |
| HSL | 36.46º | 0.77% | 0.4% | - |
| HSV(B) | 36.46º | 0.87% | 0.71% | - |
| XYZ | 25.81 | 23.08 | 3.91 | - |
| YUV | 126.59 | 69.54 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 119 | 23 | 0 | 0.34 | 0.87 | 0.29 | 36.46 | 0.77 | 0.4 |
| Hex | B5 | 77 | 17 | 0 | 22 | 57 | 1D | 24 | 4D | 28 |
| Octal | 265 | 167 | 27 | 0 | 42 | 127 | 35 | 44 | 115 | 50 |
| Binary | 10110101 | 1110111 | 10111 | 0 | 100010 | 1010111 | 11101 | 100100 | 1001101 | 101000 |
Color Harmonies of #B57717
Complementary color
Monochromatic Colors of #B57717
Black with #B57717
Text Example
Text Example
White with #B57717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57717; }
p { color: rgb(181,119,23); }
H1.HeaderClassName
{
color: #B57717;
}
.AnyTagClassName
{
color: #B57717;
}
</style>
background-color css
<style>
a { background-color: #B57717; }
a { background-color: rgb(181,119,23); }
div.DivClassName
{
background-color: #B57717;
}
.BgClassName
{
background-color: #B57717;
}
</style>
border-color css
<style>
span { border-color: #B57717; }
span { border-color: rgb(181,119,23); }
td.TdClassName
{
border-color: #B57717;
}
.TagClassName
{
border-color: #B57717;
}
</style>