Shades of Pirate Gold #BA7112
Tints of Pirate Gold #BA7112
RGB
CMYK
RGB Variations
Color information
#BA7112 (or 0xBA7112) is known color: Pirate Gold. HEX triplet: BA, 71 and 12. RGB value is (186,113,18). Sum of RGB (Red+Green+Blue) = 186+113+18=317 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.68% from 317); Green value is 113 (44.53% from 255 or 35.65% from 317); Blue value is 18 (7.42% from 255 or 5.68% from 317); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7112 is #458EED. Grayscale: #7C7C7C. Windows color (decimal): -4558574 or 1208762. OLE color: 1208762.
HSL color Cylindrical-coordinate representation of color #BA7112: hue angle of 33.93º degrees, saturation: 0.82, 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 #BA7112 is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 113 | 18 | - |
| CMYK | 0 | 0.39 | 0.90 | 0.27 |
| HSL | 33.93º | 0.82% | 0.4% | - |
| HSV(B) | 33.93º | 0.9% | 0.73% | - |
| XYZ | 26.26 | 22.29 | 3.49 | - |
| YUV | 124 | 68.18 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 113 | 18 | 0 | 0.39 | 0.90 | 0.27 | 33.93 | 0.82 | 0.4 |
| Hex | BA | 71 | 12 | 0 | 27 | 5A | 1B | 22 | 52 | 28 |
| Octal | 272 | 161 | 22 | 0 | 47 | 132 | 33 | 42 | 122 | 50 |
| Binary | 10111010 | 1110001 | 10010 | 0 | 100111 | 1011010 | 11011 | 100010 | 1010010 | 101000 |
Color Harmonies of #BA7112
Complementary color
Monochromatic Colors of #BA7112
Black with #BA7112
Text Example
Text Example
White with #BA7112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7112; }
p { color: rgb(186,113,18); }
H1.HeaderClassName
{
color: #BA7112;
}
.AnyTagClassName
{
color: #BA7112;
}
</style>
background-color css
<style>
a { background-color: #BA7112; }
a { background-color: rgb(186,113,18); }
div.DivClassName
{
background-color: #BA7112;
}
.BgClassName
{
background-color: #BA7112;
}
</style>
border-color css
<style>
span { border-color: #BA7112; }
span { border-color: rgb(186,113,18); }
td.TdClassName
{
border-color: #BA7112;
}
.TagClassName
{
border-color: #BA7112;
}
</style>