Shades of Pirate Gold #BA7116
Tints of Pirate Gold #BA7116
RGB
CMYK
RGB Variations
Color information
#BA7116 (or 0xBA7116) is known color: Pirate Gold. HEX triplet: BA, 71 and 16. RGB value is (186,113,22). Sum of RGB (Red+Green+Blue) = 186+113+22=321 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.94% from 321); Green value is 113 (44.53% from 255 or 35.20% from 321); Blue value is 22 (8.98% from 255 or 6.85% from 321); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7116 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7116 is #458EE9. Grayscale: #7C7C7C. Windows color (decimal): -4558570 or 1470906. OLE color: 1470906.
HSL color Cylindrical-coordinate representation of color #BA7116: hue angle of 33.29º 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 #BA7116 is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 113 | 22 | - |
| CMYK | 0 | 0.39 | 0.88 | 0.27 |
| HSL | 33.29º | 0.79% | 0.41% | - |
| HSV(B) | 33.29º | 0.88% | 0.73% | - |
| XYZ | 26.3 | 22.31 | 3.68 | - |
| YUV | 124.45 | 70.18 | 171.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 113 | 22 | 0 | 0.39 | 0.88 | 0.27 | 33.29 | 0.79 | 0.41 |
| Hex | BA | 71 | 16 | 0 | 27 | 58 | 1B | 21 | 4F | 29 |
| Octal | 272 | 161 | 26 | 0 | 47 | 130 | 33 | 41 | 117 | 51 |
| Binary | 10111010 | 1110001 | 10110 | 0 | 100111 | 1011000 | 11011 | 100001 | 1001111 | 101001 |
Color Harmonies of #BA7116
Complementary color
Monochromatic Colors of #BA7116
Black with #BA7116
Text Example
Text Example
White with #BA7116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7116; }
p { color: rgb(186,113,22); }
H1.HeaderClassName
{
color: #BA7116;
}
.AnyTagClassName
{
color: #BA7116;
}
</style>
background-color css
<style>
a { background-color: #BA7116; }
a { background-color: rgb(186,113,22); }
div.DivClassName
{
background-color: #BA7116;
}
.BgClassName
{
background-color: #BA7116;
}
</style>
border-color css
<style>
span { border-color: #BA7116; }
span { border-color: rgb(186,113,22); }
td.TdClassName
{
border-color: #BA7116;
}
.TagClassName
{
border-color: #BA7116;
}
</style>