Shades of Pirate Gold #B17020
Tints of Pirate Gold #B17020
RGB
CMYK
RGB Variations
Color information
#B17020 (or 0xB17020) is known color: Pirate Gold. HEX triplet: B1, 70 and 20. RGB value is (177,112,32). Sum of RGB (Red+Green+Blue) = 177+112+32=321 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.14% from 321); Green value is 112 (44.14% from 255 or 34.89% from 321); Blue value is 32 (12.89% from 255 or 9.97% from 321); Max value from RGB is 177 - color contains mainly: red. Hex color #B17020 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17020 is #4E8FDF. Grayscale: #7A7A7A. Windows color (decimal): -5148640 or 2126001. OLE color: 2126001.
HSL color Cylindrical-coordinate representation of color #B17020: hue angle of 33.1º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B17020 is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 112 | 32 | - |
| CMYK | 0 | 0.37 | 0.82 | 0.31 |
| HSL | 33.1º | 0.69% | 0.41% | - |
| HSV(B) | 33.1º | 0.82% | 0.69% | - |
| XYZ | 24.19 | 21.04 | 4.15 | - |
| YUV | 122.32 | 77.03 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 112 | 32 | 0 | 0.37 | 0.82 | 0.31 | 33.1 | 0.69 | 0.41 |
| Hex | B1 | 70 | 20 | 0 | 25 | 52 | 1F | 21 | 45 | 29 |
| Octal | 261 | 160 | 40 | 0 | 45 | 122 | 37 | 41 | 105 | 51 |
| Binary | 10110001 | 1110000 | 100000 | 0 | 100101 | 1010010 | 11111 | 100001 | 1000101 | 101001 |
Color Harmonies of #B17020
Complementary color
Monochromatic Colors of #B17020
Black with #B17020
Text Example
Text Example
White with #B17020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17020; }
p { color: rgb(177,112,32); }
H1.HeaderClassName
{
color: #B17020;
}
.AnyTagClassName
{
color: #B17020;
}
</style>
background-color css
<style>
a { background-color: #B17020; }
a { background-color: rgb(177,112,32); }
div.DivClassName
{
background-color: #B17020;
}
.BgClassName
{
background-color: #B17020;
}
</style>
border-color css
<style>
span { border-color: #B17020; }
span { border-color: rgb(177,112,32); }
td.TdClassName
{
border-color: #B17020;
}
.TagClassName
{
border-color: #B17020;
}
</style>