Shades of Pirate Gold #BA7A25
Tints of Pirate Gold #BA7A25
RGB
CMYK
RGB Variations
Color information
#BA7A25 (or 0xBA7A25) is known color: Pirate Gold. HEX triplet: BA, 7A and 25. RGB value is (186,122,37). Sum of RGB (Red+Green+Blue) = 186+122+37=345 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.91% from 345); Green value is 122 (48.05% from 255 or 35.36% from 345); Blue value is 37 (14.84% from 255 or 10.72% from 345); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7A25 is #4585DA. Grayscale: #838383. Windows color (decimal): -4556251 or 2456250. OLE color: 2456250.
HSL color Cylindrical-coordinate representation of color #BA7A25: hue angle of 34.23º 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 #BA7A25 is Cyan = 0, Magento = 0.34, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 122 | 37 | - |
| CMYK | 0 | 0.34 | 0.80 | 0.27 |
| HSL | 34.23º | 0.67% | 0.44% | - |
| HSV(B) | 34.23º | 0.8% | 0.73% | - |
| XYZ | 27.54 | 24.49 | 5.03 | - |
| YUV | 131.45 | 74.7 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 122 | 37 | 0 | 0.34 | 0.80 | 0.27 | 34.23 | 0.67 | 0.44 |
| Hex | BA | 7A | 25 | 0 | 22 | 50 | 1B | 22 | 43 | 2C |
| Octal | 272 | 172 | 45 | 0 | 42 | 120 | 33 | 42 | 103 | 54 |
| Binary | 10111010 | 1111010 | 100101 | 0 | 100010 | 1010000 | 11011 | 100010 | 1000011 | 101100 |
Color Harmonies of #BA7A25
Complementary color
Monochromatic Colors of #BA7A25
Black with #BA7A25
Text Example
Text Example
White with #BA7A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7A25; }
p { color: rgb(186,122,37); }
H1.HeaderClassName
{
color: #BA7A25;
}
.AnyTagClassName
{
color: #BA7A25;
}
</style>
background-color css
<style>
a { background-color: #BA7A25; }
a { background-color: rgb(186,122,37); }
div.DivClassName
{
background-color: #BA7A25;
}
.BgClassName
{
background-color: #BA7A25;
}
</style>
border-color css
<style>
span { border-color: #BA7A25; }
span { border-color: rgb(186,122,37); }
td.TdClassName
{
border-color: #BA7A25;
}
.TagClassName
{
border-color: #BA7A25;
}
</style>