Shades of Pirate Gold #BA7625
Tints of Pirate Gold #BA7625
RGB
CMYK
RGB Variations
Color information
#BA7625 (or 0xBA7625) is known color: Pirate Gold. HEX triplet: BA, 76 and 25. RGB value is (186,118,37). Sum of RGB (Red+Green+Blue) = 186+118+37=341 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.55% from 341); Green value is 118 (46.48% from 255 or 34.60% from 341); Blue value is 37 (14.84% from 255 or 10.85% from 341); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7625 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7625 is #4589DA. Grayscale: #818181. Windows color (decimal): -4557275 or 2455226. OLE color: 2455226.
HSL color Cylindrical-coordinate representation of color #BA7625: hue angle of 32.62º 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 #BA7625 is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 118 | 37 | - |
| CMYK | 0 | 0.37 | 0.80 | 0.27 |
| HSL | 32.62º | 0.67% | 0.44% | - |
| HSV(B) | 32.62º | 0.8% | 0.73% | - |
| XYZ | 27.06 | 23.53 | 4.87 | - |
| YUV | 129.1 | 76.03 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 118 | 37 | 0 | 0.37 | 0.80 | 0.27 | 32.62 | 0.67 | 0.44 |
| Hex | BA | 76 | 25 | 0 | 25 | 50 | 1B | 21 | 43 | 2C |
| Octal | 272 | 166 | 45 | 0 | 45 | 120 | 33 | 41 | 103 | 54 |
| Binary | 10111010 | 1110110 | 100101 | 0 | 100101 | 1010000 | 11011 | 100001 | 1000011 | 101100 |
Color Harmonies of #BA7625
Complementary color
Monochromatic Colors of #BA7625
Black with #BA7625
Text Example
Text Example
White with #BA7625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7625; }
p { color: rgb(186,118,37); }
H1.HeaderClassName
{
color: #BA7625;
}
.AnyTagClassName
{
color: #BA7625;
}
</style>
background-color css
<style>
a { background-color: #BA7625; }
a { background-color: rgb(186,118,37); }
div.DivClassName
{
background-color: #BA7625;
}
.BgClassName
{
background-color: #BA7625;
}
</style>
border-color css
<style>
span { border-color: #BA7625; }
span { border-color: rgb(186,118,37); }
td.TdClassName
{
border-color: #BA7625;
}
.TagClassName
{
border-color: #BA7625;
}
</style>