Shades of Pirate Gold #BA6C15
Tints of Pirate Gold #BA6C15
RGB
CMYK
RGB Variations
Color information
#BA6C15 (or 0xBA6C15) is known color: Pirate Gold. HEX triplet: BA, 6C and 15. RGB value is (186,108,21). Sum of RGB (Red+Green+Blue) = 186+108+21=315 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.05% from 315); Green value is 108 (42.58% from 255 or 34.29% from 315); Blue value is 21 (8.59% from 255 or 6.67% from 315); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6C15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6C15 is #4593EA. Grayscale: #797979. Windows color (decimal): -4559851 or 1404090. OLE color: 1404090.
HSL color Cylindrical-coordinate representation of color #BA6C15: hue angle of 31.64º 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 #BA6C15 is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 108 | 21 | - |
| CMYK | 0 | 0.42 | 0.89 | 0.27 |
| HSL | 31.64º | 0.8% | 0.41% | - |
| HSV(B) | 31.64º | 0.89% | 0.73% | - |
| XYZ | 25.75 | 21.22 | 3.45 | - |
| YUV | 121.4 | 71.34 | 174.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 108 | 21 | 0 | 0.42 | 0.89 | 0.27 | 31.64 | 0.8 | 0.41 |
| Hex | BA | 6C | 15 | 0 | 2A | 59 | 1B | 20 | 50 | 29 |
| Octal | 272 | 154 | 25 | 0 | 52 | 131 | 33 | 40 | 120 | 51 |
| Binary | 10111010 | 1101100 | 10101 | 0 | 101010 | 1011001 | 11011 | 100000 | 1010000 | 101001 |
Color Harmonies of #BA6C15
Complementary color
Monochromatic Colors of #BA6C15
Black with #BA6C15
Text Example
Text Example
White with #BA6C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6C15; }
p { color: rgb(186,108,21); }
H1.HeaderClassName
{
color: #BA6C15;
}
.AnyTagClassName
{
color: #BA6C15;
}
</style>
background-color css
<style>
a { background-color: #BA6C15; }
a { background-color: rgb(186,108,21); }
div.DivClassName
{
background-color: #BA6C15;
}
.BgClassName
{
background-color: #BA6C15;
}
</style>
border-color css
<style>
span { border-color: #BA6C15; }
span { border-color: rgb(186,108,21); }
td.TdClassName
{
border-color: #BA6C15;
}
.TagClassName
{
border-color: #BA6C15;
}
</style>