Shades of Pirate Gold #BA7F25
Tints of Pirate Gold #BA7F25
RGB
CMYK
RGB Variations
Color information
#BA7F25 (or 0xBA7F25) is known color: Pirate Gold. HEX triplet: BA, 7F and 25. RGB value is (186,127,37). Sum of RGB (Red+Green+Blue) = 186+127+37=350 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.14% from 350); Green value is 127 (50% from 255 or 36.29% from 350); Blue value is 37 (14.84% from 255 or 10.57% from 350); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7F25 is #4580DA. Grayscale: #868686. Windows color (decimal): -4554971 or 2457530. OLE color: 2457530.
HSL color Cylindrical-coordinate representation of color #BA7F25: hue angle of 36.24º 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 #BA7F25 is Cyan = 0, Magento = 0.32, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 127 | 37 | - |
| CMYK | 0 | 0.32 | 0.80 | 0.27 |
| HSL | 36.24º | 0.67% | 0.44% | - |
| HSV(B) | 36.24º | 0.8% | 0.73% | - |
| XYZ | 28.17 | 25.75 | 5.24 | - |
| YUV | 134.38 | 73.05 | 164.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 127 | 37 | 0 | 0.32 | 0.80 | 0.27 | 36.24 | 0.67 | 0.44 |
| Hex | BA | 7F | 25 | 0 | 20 | 50 | 1B | 24 | 43 | 2C |
| Octal | 272 | 177 | 45 | 0 | 40 | 120 | 33 | 44 | 103 | 54 |
| Binary | 10111010 | 1111111 | 100101 | 0 | 100000 | 1010000 | 11011 | 100100 | 1000011 | 101100 |
Color Harmonies of #BA7F25
Complementary color
Monochromatic Colors of #BA7F25
Black with #BA7F25
Text Example
Text Example
White with #BA7F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7F25; }
p { color: rgb(186,127,37); }
H1.HeaderClassName
{
color: #BA7F25;
}
.AnyTagClassName
{
color: #BA7F25;
}
</style>
background-color css
<style>
a { background-color: #BA7F25; }
a { background-color: rgb(186,127,37); }
div.DivClassName
{
background-color: #BA7F25;
}
.BgClassName
{
background-color: #BA7F25;
}
</style>
border-color css
<style>
span { border-color: #BA7F25; }
span { border-color: rgb(186,127,37); }
td.TdClassName
{
border-color: #BA7F25;
}
.TagClassName
{
border-color: #BA7F25;
}
</style>