Shades of Pirate Gold #BA7120
Tints of Pirate Gold #BA7120
RGB
CMYK
RGB Variations
Color information
#BA7120 (or 0xBA7120) is known color: Pirate Gold. HEX triplet: BA, 71 and 20. RGB value is (186,113,32). Sum of RGB (Red+Green+Blue) = 186+113+32=331 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.19% from 331); Green value is 113 (44.53% from 255 or 34.14% from 331); Blue value is 32 (12.89% from 255 or 9.67% from 331); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7120 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7120 is #458EDF. Grayscale: #7D7D7D. Windows color (decimal): -4558560 or 2126266. OLE color: 2126266.
HSL color Cylindrical-coordinate representation of color #BA7120: hue angle of 31.56º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA7120 is Cyan = 0, Magento = 0.39, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 113 | 32 | - |
| CMYK | 0 | 0.39 | 0.83 | 0.27 |
| HSL | 31.56º | 0.71% | 0.43% | - |
| HSV(B) | 31.56º | 0.83% | 0.73% | - |
| XYZ | 26.42 | 22.35 | 4.29 | - |
| YUV | 125.59 | 75.18 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 113 | 32 | 0 | 0.39 | 0.83 | 0.27 | 31.56 | 0.71 | 0.43 |
| Hex | BA | 71 | 20 | 0 | 27 | 53 | 1B | 20 | 47 | 2B |
| Octal | 272 | 161 | 40 | 0 | 47 | 123 | 33 | 40 | 107 | 53 |
| Binary | 10111010 | 1110001 | 100000 | 0 | 100111 | 1010011 | 11011 | 100000 | 1000111 | 101011 |
Color Harmonies of #BA7120
Complementary color
Monochromatic Colors of #BA7120
Black with #BA7120
Text Example
Text Example
White with #BA7120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7120; }
p { color: rgb(186,113,32); }
H1.HeaderClassName
{
color: #BA7120;
}
.AnyTagClassName
{
color: #BA7120;
}
</style>
background-color css
<style>
a { background-color: #BA7120; }
a { background-color: rgb(186,113,32); }
div.DivClassName
{
background-color: #BA7120;
}
.BgClassName
{
background-color: #BA7120;
}
</style>
border-color css
<style>
span { border-color: #BA7120; }
span { border-color: rgb(186,113,32); }
td.TdClassName
{
border-color: #BA7120;
}
.TagClassName
{
border-color: #BA7120;
}
</style>