Shades of Pirate Gold #BA7015
Tints of Pirate Gold #BA7015
RGB
CMYK
RGB Variations
Color information
#BA7015 (or 0xBA7015) is known color: Pirate Gold. HEX triplet: BA, 70 and 15. RGB value is (186,112,21). Sum of RGB (Red+Green+Blue) = 186+112+21=319 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.31% from 319); Green value is 112 (44.14% from 255 or 35.11% from 319); Blue value is 21 (8.59% from 255 or 6.58% from 319); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7015 is #458FEA. Grayscale: #7C7C7C. Windows color (decimal): -4558827 or 1405114. OLE color: 1405114.
HSL color Cylindrical-coordinate representation of color #BA7015: hue angle of 33.09º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA7015 is Cyan = 0, Magento = 0.40, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 112 | 21 | - |
| CMYK | 0 | 0.40 | 0.89 | 0.27 |
| HSL | 33.09º | 0.8% | 0.41% | - |
| HSV(B) | 33.09º | 0.89% | 0.73% | - |
| XYZ | 26.18 | 22.08 | 3.59 | - |
| YUV | 123.75 | 70.02 | 172.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 112 | 21 | 0 | 0.40 | 0.89 | 0.27 | 33.09 | 0.8 | 0.41 |
| Hex | BA | 70 | 15 | 0 | 28 | 59 | 1B | 21 | 50 | 29 |
| Octal | 272 | 160 | 25 | 0 | 50 | 131 | 33 | 41 | 120 | 51 |
| Binary | 10111010 | 1110000 | 10101 | 0 | 101000 | 1011001 | 11011 | 100001 | 1010000 | 101001 |
Color Harmonies of #BA7015
Complementary color
Monochromatic Colors of #BA7015
Black with #BA7015
Text Example
Text Example
White with #BA7015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7015; }
p { color: rgb(186,112,21); }
H1.HeaderClassName
{
color: #BA7015;
}
.AnyTagClassName
{
color: #BA7015;
}
</style>
background-color css
<style>
a { background-color: #BA7015; }
a { background-color: rgb(186,112,21); }
div.DivClassName
{
background-color: #BA7015;
}
.BgClassName
{
background-color: #BA7015;
}
</style>
border-color css
<style>
span { border-color: #BA7015; }
span { border-color: rgb(186,112,21); }
td.TdClassName
{
border-color: #BA7015;
}
.TagClassName
{
border-color: #BA7015;
}
</style>