Shades of Pirate Gold #B17014
Tints of Pirate Gold #B17014
RGB
CMYK
RGB Variations
Color information
#B17014 (or 0xB17014) is known color: Pirate Gold. HEX triplet: B1, 70 and 14. RGB value is (177,112,20). Sum of RGB (Red+Green+Blue) = 177+112+20=309 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.28% from 309); Green value is 112 (44.14% from 255 or 36.25% from 309); Blue value is 20 (8.20% from 255 or 6.47% from 309); Max value from RGB is 177 - color contains mainly: red. Hex color #B17014 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B17014 is #4E8FEB. Grayscale: #797979. Windows color (decimal): -5148652 or 1339569. OLE color: 1339569.
HSL color Cylindrical-coordinate representation of color #B17014: hue angle of 35.16º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B17014 is Cyan = 0, Magento = 0.37, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 112 | 20 | - |
| CMYK | 0 | 0.37 | 0.89 | 0.31 |
| HSL | 35.16º | 0.8% | 0.39% | - |
| HSV(B) | 35.16º | 0.89% | 0.69% | - |
| XYZ | 24.05 | 20.99 | 3.44 | - |
| YUV | 120.95 | 71.03 | 167.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 112 | 20 | 0 | 0.37 | 0.89 | 0.31 | 35.16 | 0.8 | 0.39 |
| Hex | B1 | 70 | 14 | 0 | 25 | 59 | 1F | 23 | 50 | 27 |
| Octal | 261 | 160 | 24 | 0 | 45 | 131 | 37 | 43 | 120 | 47 |
| Binary | 10110001 | 1110000 | 10100 | 0 | 100101 | 1011001 | 11111 | 100011 | 1010000 | 100111 |
Color Harmonies of #B17014
Complementary color
Monochromatic Colors of #B17014
Black with #B17014
Text Example
Text Example
White with #B17014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17014; }
p { color: rgb(177,112,20); }
H1.HeaderClassName
{
color: #B17014;
}
.AnyTagClassName
{
color: #B17014;
}
</style>
background-color css
<style>
a { background-color: #B17014; }
a { background-color: rgb(177,112,20); }
div.DivClassName
{
background-color: #B17014;
}
.BgClassName
{
background-color: #B17014;
}
</style>
border-color css
<style>
span { border-color: #B17014; }
span { border-color: rgb(177,112,20); }
td.TdClassName
{
border-color: #B17014;
}
.TagClassName
{
border-color: #B17014;
}
</style>