Shades of Pirate Gold #BA6C16
Tints of Pirate Gold #BA6C16
RGB
CMYK
RGB Variations
Color information
#BA6C16 (or 0xBA6C16) is known color: Pirate Gold. HEX triplet: BA, 6C and 16. RGB value is (186,108,22). Sum of RGB (Red+Green+Blue) = 186+108+22=316 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.86% from 316); Green value is 108 (42.58% from 255 or 34.18% from 316); Blue value is 22 (8.98% from 255 or 6.96% from 316); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6C16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6C16 is #4593E9. Grayscale: #797979. Windows color (decimal): -4559850 or 1469626. OLE color: 1469626.
HSL color Cylindrical-coordinate representation of color #BA6C16: hue angle of 31.46º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA6C16 is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 108 | 22 | - |
| CMYK | 0 | 0.42 | 0.88 | 0.27 |
| HSL | 31.46º | 0.79% | 0.41% | - |
| HSV(B) | 31.46º | 0.88% | 0.73% | - |
| XYZ | 25.76 | 21.22 | 3.5 | - |
| YUV | 121.52 | 71.84 | 173.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 108 | 22 | 0 | 0.42 | 0.88 | 0.27 | 31.46 | 0.79 | 0.41 |
| Hex | BA | 6C | 16 | 0 | 2A | 58 | 1B | 1F | 4F | 29 |
| Octal | 272 | 154 | 26 | 0 | 52 | 130 | 33 | 37 | 117 | 51 |
| Binary | 10111010 | 1101100 | 10110 | 0 | 101010 | 1011000 | 11011 | 11111 | 1001111 | 101001 |
Color Harmonies of #BA6C16
Complementary color
Monochromatic Colors of #BA6C16
Black with #BA6C16
Text Example
Text Example
White with #BA6C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6C16; }
p { color: rgb(186,108,22); }
H1.HeaderClassName
{
color: #BA6C16;
}
.AnyTagClassName
{
color: #BA6C16;
}
</style>
background-color css
<style>
a { background-color: #BA6C16; }
a { background-color: rgb(186,108,22); }
div.DivClassName
{
background-color: #BA6C16;
}
.BgClassName
{
background-color: #BA6C16;
}
</style>
border-color css
<style>
span { border-color: #BA6C16; }
span { border-color: rgb(186,108,22); }
td.TdClassName
{
border-color: #BA6C16;
}
.TagClassName
{
border-color: #BA6C16;
}
</style>