Shades of Pirate Gold #BA6815
Tints of Pirate Gold #BA6815
RGB
CMYK
RGB Variations
Color information
#BA6815 (or 0xBA6815) is known color: Pirate Gold. HEX triplet: BA, 68 and 15. RGB value is (186,104,21). Sum of RGB (Red+Green+Blue) = 186+104+21=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 104 (41.02% from 255 or 33.44% from 311); Blue value is 21 (8.59% from 255 or 6.75% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6815 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6815 is #4597EA. Grayscale: #777777. Windows color (decimal): -4560875 or 1403066. OLE color: 1403066.
HSL color Cylindrical-coordinate representation of color #BA6815: hue angle of 30.18º 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 #BA6815 is Cyan = 0, Magento = 0.44, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 104 | 21 | - |
| CMYK | 0 | 0.44 | 0.89 | 0.27 |
| HSL | 30.18º | 0.8% | 0.41% | - |
| HSV(B) | 30.18º | 0.89% | 0.73% | - |
| XYZ | 25.34 | 20.39 | 3.31 | - |
| YUV | 119.06 | 72.67 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 104 | 21 | 0 | 0.44 | 0.89 | 0.27 | 30.18 | 0.8 | 0.41 |
| Hex | BA | 68 | 15 | 0 | 2C | 59 | 1B | 1E | 50 | 29 |
| Octal | 272 | 150 | 25 | 0 | 54 | 131 | 33 | 36 | 120 | 51 |
| Binary | 10111010 | 1101000 | 10101 | 0 | 101100 | 1011001 | 11011 | 11110 | 1010000 | 101001 |
Color Harmonies of #BA6815
Complementary color
Monochromatic Colors of #BA6815
Black with #BA6815
Text Example
Text Example
White with #BA6815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6815; }
p { color: rgb(186,104,21); }
H1.HeaderClassName
{
color: #BA6815;
}
.AnyTagClassName
{
color: #BA6815;
}
</style>
background-color css
<style>
a { background-color: #BA6815; }
a { background-color: rgb(186,104,21); }
div.DivClassName
{
background-color: #BA6815;
}
.BgClassName
{
background-color: #BA6815;
}
</style>
border-color css
<style>
span { border-color: #BA6815; }
span { border-color: rgb(186,104,21); }
td.TdClassName
{
border-color: #BA6815;
}
.TagClassName
{
border-color: #BA6815;
}
</style>