Shades of Pirate Gold #BA7017
Tints of Pirate Gold #BA7017
RGB
CMYK
RGB Variations
Color information
#BA7017 (or 0xBA7017) is known color: Pirate Gold. HEX triplet: BA, 70 and 17. RGB value is (186,112,23). Sum of RGB (Red+Green+Blue) = 186+112+23=321 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.94% from 321); Green value is 112 (44.14% from 255 or 34.89% from 321); Blue value is 23 (9.38% from 255 or 7.17% from 321); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7017 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7017 is #458FE8. Grayscale: #7C7C7C. Windows color (decimal): -4558825 or 1536186. OLE color: 1536186.
HSL color Cylindrical-coordinate representation of color #BA7017: hue angle of 32.76º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA7017 is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 112 | 23 | - |
| CMYK | 0 | 0.40 | 0.88 | 0.27 |
| HSL | 32.76º | 0.78% | 0.41% | - |
| HSV(B) | 32.76º | 0.88% | 0.73% | - |
| XYZ | 26.2 | 22.09 | 3.69 | - |
| YUV | 123.98 | 71.02 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 112 | 23 | 0 | 0.40 | 0.88 | 0.27 | 32.76 | 0.78 | 0.41 |
| Hex | BA | 70 | 17 | 0 | 28 | 58 | 1B | 21 | 4E | 29 |
| Octal | 272 | 160 | 27 | 0 | 50 | 130 | 33 | 41 | 116 | 51 |
| Binary | 10111010 | 1110000 | 10111 | 0 | 101000 | 1011000 | 11011 | 100001 | 1001110 | 101001 |
Color Harmonies of #BA7017
Complementary color
Monochromatic Colors of #BA7017
Black with #BA7017
Text Example
Text Example
White with #BA7017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7017; }
p { color: rgb(186,112,23); }
H1.HeaderClassName
{
color: #BA7017;
}
.AnyTagClassName
{
color: #BA7017;
}
</style>
background-color css
<style>
a { background-color: #BA7017; }
a { background-color: rgb(186,112,23); }
div.DivClassName
{
background-color: #BA7017;
}
.BgClassName
{
background-color: #BA7017;
}
</style>
border-color css
<style>
span { border-color: #BA7017; }
span { border-color: rgb(186,112,23); }
td.TdClassName
{
border-color: #BA7017;
}
.TagClassName
{
border-color: #BA7017;
}
</style>