Shades of Pirate Gold #BA7325
Tints of Pirate Gold #BA7325
RGB
CMYK
RGB Variations
Color information
#BA7325 (or 0xBA7325) is known color: Pirate Gold. HEX triplet: BA, 73 and 25. RGB value is (186,115,37). Sum of RGB (Red+Green+Blue) = 186+115+37=338 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.03% from 338); Green value is 115 (45.31% from 255 or 34.02% from 338); Blue value is 37 (14.84% from 255 or 10.95% from 338); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7325 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7325 is #458CDA. Grayscale: #7F7F7F. Windows color (decimal): -4558043 or 2454458. OLE color: 2454458.
HSL color Cylindrical-coordinate representation of color #BA7325: hue angle of 31.41º 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 #BA7325 is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 115 | 37 | - |
| CMYK | 0 | 0.38 | 0.80 | 0.27 |
| HSL | 31.41º | 0.67% | 0.44% | - |
| HSV(B) | 31.41º | 0.8% | 0.73% | - |
| XYZ | 26.71 | 22.83 | 4.75 | - |
| YUV | 127.34 | 77.02 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 115 | 37 | 0 | 0.38 | 0.80 | 0.27 | 31.41 | 0.67 | 0.44 |
| Hex | BA | 73 | 25 | 0 | 26 | 50 | 1B | 1F | 43 | 2C |
| Octal | 272 | 163 | 45 | 0 | 46 | 120 | 33 | 37 | 103 | 54 |
| Binary | 10111010 | 1110011 | 100101 | 0 | 100110 | 1010000 | 11011 | 11111 | 1000011 | 101100 |
Color Harmonies of #BA7325
Complementary color
Monochromatic Colors of #BA7325
Black with #BA7325
Text Example
Text Example
White with #BA7325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7325; }
p { color: rgb(186,115,37); }
H1.HeaderClassName
{
color: #BA7325;
}
.AnyTagClassName
{
color: #BA7325;
}
</style>
background-color css
<style>
a { background-color: #BA7325; }
a { background-color: rgb(186,115,37); }
div.DivClassName
{
background-color: #BA7325;
}
.BgClassName
{
background-color: #BA7325;
}
</style>
border-color css
<style>
span { border-color: #BA7325; }
span { border-color: rgb(186,115,37); }
td.TdClassName
{
border-color: #BA7325;
}
.TagClassName
{
border-color: #BA7325;
}
</style>