Shades of Pirate Gold #BA7113
Tints of Pirate Gold #BA7113
RGB
CMYK
RGB Variations
Color information
#BA7113 (or 0xBA7113) is known color: Pirate Gold. HEX triplet: BA, 71 and 13. RGB value is (186,113,19). Sum of RGB (Red+Green+Blue) = 186+113+19=318 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.49% from 318); Green value is 113 (44.53% from 255 or 35.53% from 318); Blue value is 19 (7.81% from 255 or 5.97% from 318); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7113 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7113 is #458EEC. Grayscale: #7C7C7C. Windows color (decimal): -4558573 or 1274298. OLE color: 1274298.
HSL color Cylindrical-coordinate representation of color #BA7113: hue angle of 33.77º 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 #BA7113 is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 113 | 19 | - |
| CMYK | 0 | 0.39 | 0.90 | 0.27 |
| HSL | 33.77º | 0.81% | 0.4% | - |
| HSV(B) | 33.77º | 0.9% | 0.73% | - |
| XYZ | 26.27 | 22.3 | 3.54 | - |
| YUV | 124.11 | 68.68 | 172.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 113 | 19 | 0 | 0.39 | 0.90 | 0.27 | 33.77 | 0.81 | 0.4 |
| Hex | BA | 71 | 13 | 0 | 27 | 5A | 1B | 22 | 51 | 28 |
| Octal | 272 | 161 | 23 | 0 | 47 | 132 | 33 | 42 | 121 | 50 |
| Binary | 10111010 | 1110001 | 10011 | 0 | 100111 | 1011010 | 11011 | 100010 | 1010001 | 101000 |
Color Harmonies of #BA7113
Complementary color
Monochromatic Colors of #BA7113
Black with #BA7113
Text Example
Text Example
White with #BA7113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7113; }
p { color: rgb(186,113,19); }
H1.HeaderClassName
{
color: #BA7113;
}
.AnyTagClassName
{
color: #BA7113;
}
</style>
background-color css
<style>
a { background-color: #BA7113; }
a { background-color: rgb(186,113,19); }
div.DivClassName
{
background-color: #BA7113;
}
.BgClassName
{
background-color: #BA7113;
}
</style>
border-color css
<style>
span { border-color: #BA7113; }
span { border-color: rgb(186,113,19); }
td.TdClassName
{
border-color: #BA7113;
}
.TagClassName
{
border-color: #BA7113;
}
</style>