Shades of Pirate Gold #BA6C14
Tints of Pirate Gold #BA6C14
RGB
CMYK
RGB Variations
Color information
#BA6C14 (or 0xBA6C14) is known color: Pirate Gold. HEX triplet: BA, 6C and 14. RGB value is (186,108,20). Sum of RGB (Red+Green+Blue) = 186+108+20=314 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.24% from 314); Green value is 108 (42.58% from 255 or 34.39% from 314); Blue value is 20 (8.20% from 255 or 6.37% from 314); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6C14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6C14 is #4593EB. Grayscale: #797979. Windows color (decimal): -4559852 or 1338554. OLE color: 1338554.
HSL color Cylindrical-coordinate representation of color #BA6C14: hue angle of 31.81º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA6C14 is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 108 | 20 | - |
| CMYK | 0 | 0.42 | 0.89 | 0.27 |
| HSL | 31.81º | 0.81% | 0.4% | - |
| HSV(B) | 31.81º | 0.89% | 0.73% | - |
| XYZ | 25.74 | 21.21 | 3.4 | - |
| YUV | 121.29 | 70.84 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 108 | 20 | 0 | 0.42 | 0.89 | 0.27 | 31.81 | 0.81 | 0.4 |
| Hex | BA | 6C | 14 | 0 | 2A | 59 | 1B | 20 | 51 | 28 |
| Octal | 272 | 154 | 24 | 0 | 52 | 131 | 33 | 40 | 121 | 50 |
| Binary | 10111010 | 1101100 | 10100 | 0 | 101010 | 1011001 | 11011 | 100000 | 1010001 | 101000 |
Color Harmonies of #BA6C14
Complementary color
Monochromatic Colors of #BA6C14
Black with #BA6C14
Text Example
Text Example
White with #BA6C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6C14; }
p { color: rgb(186,108,20); }
H1.HeaderClassName
{
color: #BA6C14;
}
.AnyTagClassName
{
color: #BA6C14;
}
</style>
background-color css
<style>
a { background-color: #BA6C14; }
a { background-color: rgb(186,108,20); }
div.DivClassName
{
background-color: #BA6C14;
}
.BgClassName
{
background-color: #BA6C14;
}
</style>
border-color css
<style>
span { border-color: #BA6C14; }
span { border-color: rgb(186,108,20); }
td.TdClassName
{
border-color: #BA6C14;
}
.TagClassName
{
border-color: #BA6C14;
}
</style>