Shades of Pirate Gold #BA8120
Tints of Pirate Gold #BA8120
RGB
CMYK
RGB Variations
Color information
#BA8120 (or 0xBA8120) is known color: Pirate Gold. HEX triplet: BA, 81 and 20. RGB value is (186,129,32). Sum of RGB (Red+Green+Blue) = 186+129+32=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 129 (50.78% from 255 or 37.18% from 347); Blue value is 32 (12.89% from 255 or 9.22% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8120 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8120 is #457EDF. Grayscale: #878787. Windows color (decimal): -4554464 or 2130362. OLE color: 2130362.
HSL color Cylindrical-coordinate representation of color #BA8120: hue angle of 37.79º 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 #BA8120 is Cyan = 0, Magento = 0.31, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 129 | 32 | - |
| CMYK | 0 | 0.31 | 0.83 | 0.27 |
| HSL | 37.79º | 0.71% | 0.43% | - |
| HSV(B) | 37.79º | 0.83% | 0.73% | - |
| XYZ | 28.36 | 26.24 | 4.94 | - |
| YUV | 134.99 | 69.88 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 129 | 32 | 0 | 0.31 | 0.83 | 0.27 | 37.79 | 0.71 | 0.43 |
| Hex | BA | 81 | 20 | 0 | 1F | 53 | 1B | 26 | 47 | 2B |
| Octal | 272 | 201 | 40 | 0 | 37 | 123 | 33 | 46 | 107 | 53 |
| Binary | 10111010 | 10000001 | 100000 | 0 | 11111 | 1010011 | 11011 | 100110 | 1000111 | 101011 |
Color Harmonies of #BA8120
Complementary color
Monochromatic Colors of #BA8120
Black with #BA8120
Text Example
Text Example
White with #BA8120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8120; }
p { color: rgb(186,129,32); }
H1.HeaderClassName
{
color: #BA8120;
}
.AnyTagClassName
{
color: #BA8120;
}
</style>
background-color css
<style>
a { background-color: #BA8120; }
a { background-color: rgb(186,129,32); }
div.DivClassName
{
background-color: #BA8120;
}
.BgClassName
{
background-color: #BA8120;
}
</style>
border-color css
<style>
span { border-color: #BA8120; }
span { border-color: rgb(186,129,32); }
td.TdClassName
{
border-color: #BA8120;
}
.TagClassName
{
border-color: #BA8120;
}
</style>