Shades of Pirate Gold #BA6C13
Tints of Pirate Gold #BA6C13
RGB
CMYK
RGB Variations
Color information
#BA6C13 (or 0xBA6C13) is known color: Pirate Gold. HEX triplet: BA, 6C and 13. RGB value is (186,108,19). Sum of RGB (Red+Green+Blue) = 186+108+19=313 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.42% from 313); Green value is 108 (42.58% from 255 or 34.50% from 313); Blue value is 19 (7.81% from 255 or 6.07% from 313); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6C13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6C13 is #4593EC. Grayscale: #797979. Windows color (decimal): -4559853 or 1273018. OLE color: 1273018.
HSL color Cylindrical-coordinate representation of color #BA6C13: hue angle of 31.98º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA6C13 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 108 | 19 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.27 |
| HSL | 31.98º | 0.81% | 0.4% | - |
| HSV(B) | 31.98º | 0.9% | 0.73% | - |
| XYZ | 25.73 | 21.21 | 3.35 | - |
| YUV | 121.18 | 70.34 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 108 | 19 | 0 | 0.42 | 0.90 | 0.27 | 31.98 | 0.81 | 0.4 |
| Hex | BA | 6C | 13 | 0 | 2A | 5A | 1B | 20 | 51 | 28 |
| Octal | 272 | 154 | 23 | 0 | 52 | 132 | 33 | 40 | 121 | 50 |
| Binary | 10111010 | 1101100 | 10011 | 0 | 101010 | 1011010 | 11011 | 100000 | 1010001 | 101000 |
Color Harmonies of #BA6C13
Complementary color
Monochromatic Colors of #BA6C13
Black with #BA6C13
Text Example
Text Example
White with #BA6C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6C13; }
p { color: rgb(186,108,19); }
H1.HeaderClassName
{
color: #BA6C13;
}
.AnyTagClassName
{
color: #BA6C13;
}
</style>
background-color css
<style>
a { background-color: #BA6C13; }
a { background-color: rgb(186,108,19); }
div.DivClassName
{
background-color: #BA6C13;
}
.BgClassName
{
background-color: #BA6C13;
}
</style>
border-color css
<style>
span { border-color: #BA6C13; }
span { border-color: rgb(186,108,19); }
td.TdClassName
{
border-color: #BA6C13;
}
.TagClassName
{
border-color: #BA6C13;
}
</style>