Shades of Pirate Gold #BA8225
Tints of Pirate Gold #BA8225
RGB
CMYK
RGB Variations
Color information
#BA8225 (or 0xBA8225) is known color: Pirate Gold. HEX triplet: BA, 82 and 25. RGB value is (186,130,37). Sum of RGB (Red+Green+Blue) = 186+130+37=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 130 (51.17% from 255 or 36.83% from 353); Blue value is 37 (14.84% from 255 or 10.48% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8225 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8225 is #457DDA. Grayscale: #888888. Windows color (decimal): -4554203 or 2458298. OLE color: 2458298.
HSL color Cylindrical-coordinate representation of color #BA8225: hue angle of 37.45º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA8225 is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 130 | 37 | - |
| CMYK | 0 | 0.30 | 0.80 | 0.27 |
| HSL | 37.45º | 0.67% | 0.44% | - |
| HSV(B) | 37.45º | 0.8% | 0.73% | - |
| XYZ | 28.57 | 26.54 | 5.37 | - |
| YUV | 136.14 | 72.05 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 130 | 37 | 0 | 0.30 | 0.80 | 0.27 | 37.45 | 0.67 | 0.44 |
| Hex | BA | 82 | 25 | 0 | 1E | 50 | 1B | 25 | 43 | 2C |
| Octal | 272 | 202 | 45 | 0 | 36 | 120 | 33 | 45 | 103 | 54 |
| Binary | 10111010 | 10000010 | 100101 | 0 | 11110 | 1010000 | 11011 | 100101 | 1000011 | 101100 |
Color Harmonies of #BA8225
Complementary color
Monochromatic Colors of #BA8225
Black with #BA8225
Text Example
Text Example
White with #BA8225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8225; }
p { color: rgb(186,130,37); }
H1.HeaderClassName
{
color: #BA8225;
}
.AnyTagClassName
{
color: #BA8225;
}
</style>
background-color css
<style>
a { background-color: #BA8225; }
a { background-color: rgb(186,130,37); }
div.DivClassName
{
background-color: #BA8225;
}
.BgClassName
{
background-color: #BA8225;
}
</style>
border-color css
<style>
span { border-color: #BA8225; }
span { border-color: rgb(186,130,37); }
td.TdClassName
{
border-color: #BA8225;
}
.TagClassName
{
border-color: #BA8225;
}
</style>