Shades of Pirate Gold #BA7415
Tints of Pirate Gold #BA7415
RGB
CMYK
RGB Variations
Color information
#BA7415 (or 0xBA7415) is known color: Pirate Gold. HEX triplet: BA, 74 and 15. RGB value is (186,116,21). Sum of RGB (Red+Green+Blue) = 186+116+21=323 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.59% from 323); Green value is 116 (45.70% from 255 or 35.91% from 323); Blue value is 21 (8.59% from 255 or 6.50% from 323); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7415 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7415 is #458BEA. Grayscale: #7E7E7E. Windows color (decimal): -4557803 or 1406138. OLE color: 1406138.
HSL color Cylindrical-coordinate representation of color #BA7415: hue angle of 34.55º 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 #BA7415 is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 116 | 21 | - |
| CMYK | 0 | 0.38 | 0.89 | 0.27 |
| HSL | 34.55º | 0.8% | 0.41% | - |
| HSV(B) | 34.55º | 0.89% | 0.73% | - |
| XYZ | 26.63 | 22.98 | 3.74 | - |
| YUV | 126.1 | 68.69 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 116 | 21 | 0 | 0.38 | 0.89 | 0.27 | 34.55 | 0.8 | 0.41 |
| Hex | BA | 74 | 15 | 0 | 26 | 59 | 1B | 23 | 50 | 29 |
| Octal | 272 | 164 | 25 | 0 | 46 | 131 | 33 | 43 | 120 | 51 |
| Binary | 10111010 | 1110100 | 10101 | 0 | 100110 | 1011001 | 11011 | 100011 | 1010000 | 101001 |
Color Harmonies of #BA7415
Complementary color
Monochromatic Colors of #BA7415
Black with #BA7415
Text Example
Text Example
White with #BA7415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7415; }
p { color: rgb(186,116,21); }
H1.HeaderClassName
{
color: #BA7415;
}
.AnyTagClassName
{
color: #BA7415;
}
</style>
background-color css
<style>
a { background-color: #BA7415; }
a { background-color: rgb(186,116,21); }
div.DivClassName
{
background-color: #BA7415;
}
.BgClassName
{
background-color: #BA7415;
}
</style>
border-color css
<style>
span { border-color: #BA7415; }
span { border-color: rgb(186,116,21); }
td.TdClassName
{
border-color: #BA7415;
}
.TagClassName
{
border-color: #BA7415;
}
</style>