Shades of Pirate Gold #BA8020
Tints of Pirate Gold #BA8020
RGB
CMYK
RGB Variations
Color information
#BA8020 (or 0xBA8020) is known color: Pirate Gold. HEX triplet: BA, 80 and 20. RGB value is (186,128,32). Sum of RGB (Red+Green+Blue) = 186+128+32=346 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.76% from 346); Green value is 128 (50.39% from 255 or 36.99% from 346); Blue value is 32 (12.89% from 255 or 9.25% from 346); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8020 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8020 is #457FDF. Grayscale: #868686. Windows color (decimal): -4554720 or 2130106. OLE color: 2130106.
HSL color Cylindrical-coordinate representation of color #BA8020: hue angle of 37.4º 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 #BA8020 is Cyan = 0, Magento = 0.31, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 128 | 32 | - |
| CMYK | 0 | 0.31 | 0.83 | 0.27 |
| HSL | 37.4º | 0.71% | 0.43% | - |
| HSV(B) | 37.4º | 0.83% | 0.73% | - |
| XYZ | 28.23 | 25.98 | 4.89 | - |
| YUV | 134.4 | 70.22 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 128 | 32 | 0 | 0.31 | 0.83 | 0.27 | 37.4 | 0.71 | 0.43 |
| Hex | BA | 80 | 20 | 0 | 1F | 53 | 1B | 25 | 47 | 2B |
| Octal | 272 | 200 | 40 | 0 | 37 | 123 | 33 | 45 | 107 | 53 |
| Binary | 10111010 | 10000000 | 100000 | 0 | 11111 | 1010011 | 11011 | 100101 | 1000111 | 101011 |
Color Harmonies of #BA8020
Complementary color
Monochromatic Colors of #BA8020
Black with #BA8020
Text Example
Text Example
White with #BA8020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8020; }
p { color: rgb(186,128,32); }
H1.HeaderClassName
{
color: #BA8020;
}
.AnyTagClassName
{
color: #BA8020;
}
</style>
background-color css
<style>
a { background-color: #BA8020; }
a { background-color: rgb(186,128,32); }
div.DivClassName
{
background-color: #BA8020;
}
.BgClassName
{
background-color: #BA8020;
}
</style>
border-color css
<style>
span { border-color: #BA8020; }
span { border-color: rgb(186,128,32); }
td.TdClassName
{
border-color: #BA8020;
}
.TagClassName
{
border-color: #BA8020;
}
</style>