Shades of Pirate Gold #BA7528
Tints of Pirate Gold #BA7528
RGB
CMYK
RGB Variations
Color information
#BA7528 (or 0xBA7528) is known color: Pirate Gold. HEX triplet: BA, 75 and 28. RGB value is (186,117,40). Sum of RGB (Red+Green+Blue) = 186+117+40=343 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.23% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 40 (16.02% from 255 or 11.66% from 343); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7528 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7528 is #458AD7. Grayscale: #818181. Windows color (decimal): -4557528 or 2651578. OLE color: 2651578.
HSL color Cylindrical-coordinate representation of color #BA7528: hue angle of 31.64º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA7528 is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 117 | 40 | - |
| CMYK | 0 | 0.37 | 0.78 | 0.27 |
| HSL | 31.64º | 0.65% | 0.44% | - |
| HSV(B) | 31.64º | 0.78% | 0.73% | - |
| XYZ | 26.99 | 23.31 | 5.08 | - |
| YUV | 128.85 | 77.86 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 117 | 40 | 0 | 0.37 | 0.78 | 0.27 | 31.64 | 0.65 | 0.44 |
| Hex | BA | 75 | 28 | 0 | 25 | 4E | 1B | 20 | 41 | 2C |
| Octal | 272 | 165 | 50 | 0 | 45 | 116 | 33 | 40 | 101 | 54 |
| Binary | 10111010 | 1110101 | 101000 | 0 | 100101 | 1001110 | 11011 | 100000 | 1000001 | 101100 |
Color Harmonies of #BA7528
Complementary color
Monochromatic Colors of #BA7528
Black with #BA7528
Text Example
Text Example
White with #BA7528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7528; }
p { color: rgb(186,117,40); }
H1.HeaderClassName
{
color: #BA7528;
}
.AnyTagClassName
{
color: #BA7528;
}
</style>
background-color css
<style>
a { background-color: #BA7528; }
a { background-color: rgb(186,117,40); }
div.DivClassName
{
background-color: #BA7528;
}
.BgClassName
{
background-color: #BA7528;
}
</style>
border-color css
<style>
span { border-color: #BA7528; }
span { border-color: rgb(186,117,40); }
td.TdClassName
{
border-color: #BA7528;
}
.TagClassName
{
border-color: #BA7528;
}
</style>