Shades of Pirate Gold #BA6916
Tints of Pirate Gold #BA6916
RGB
CMYK
RGB Variations
Color information
#BA6916 (or 0xBA6916) is known color: Pirate Gold. HEX triplet: BA, 69 and 16. RGB value is (186,105,22). Sum of RGB (Red+Green+Blue) = 186+105+22=313 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.42% from 313); Green value is 105 (41.41% from 255 or 33.55% from 313); Blue value is 22 (8.98% from 255 or 7.03% from 313); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6916 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6916 is #4596E9. Grayscale: #787878. Windows color (decimal): -4560618 or 1468858. OLE color: 1468858.
HSL color Cylindrical-coordinate representation of color #BA6916: hue angle of 30.37º 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 #BA6916 is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 105 | 22 | - |
| CMYK | 0 | 0.44 | 0.88 | 0.27 |
| HSL | 30.37º | 0.79% | 0.41% | - |
| HSV(B) | 30.37º | 0.88% | 0.73% | - |
| XYZ | 25.45 | 20.6 | 3.39 | - |
| YUV | 119.76 | 72.84 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 105 | 22 | 0 | 0.44 | 0.88 | 0.27 | 30.37 | 0.79 | 0.41 |
| Hex | BA | 69 | 16 | 0 | 2C | 58 | 1B | 1E | 4F | 29 |
| Octal | 272 | 151 | 26 | 0 | 54 | 130 | 33 | 36 | 117 | 51 |
| Binary | 10111010 | 1101001 | 10110 | 0 | 101100 | 1011000 | 11011 | 11110 | 1001111 | 101001 |
Color Harmonies of #BA6916
Complementary color
Monochromatic Colors of #BA6916
Black with #BA6916
Text Example
Text Example
White with #BA6916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6916; }
p { color: rgb(186,105,22); }
H1.HeaderClassName
{
color: #BA6916;
}
.AnyTagClassName
{
color: #BA6916;
}
</style>
background-color css
<style>
a { background-color: #BA6916; }
a { background-color: rgb(186,105,22); }
div.DivClassName
{
background-color: #BA6916;
}
.BgClassName
{
background-color: #BA6916;
}
</style>
border-color css
<style>
span { border-color: #BA6916; }
span { border-color: rgb(186,105,22); }
td.TdClassName
{
border-color: #BA6916;
}
.TagClassName
{
border-color: #BA6916;
}
</style>