Shades of Pirate Gold #BA7516
Tints of Pirate Gold #BA7516
RGB
CMYK
RGB Variations
Color information
#BA7516 (or 0xBA7516) is known color: Pirate Gold. HEX triplet: BA, 75 and 16. RGB value is (186,117,22). Sum of RGB (Red+Green+Blue) = 186+117+22=325 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.23% from 325); Green value is 117 (46.09% from 255 or 36% from 325); Blue value is 22 (8.98% from 255 or 6.77% from 325); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7516 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7516 is #458AE9. Grayscale: #7F7F7F. Windows color (decimal): -4557546 or 1471930. OLE color: 1471930.
HSL color Cylindrical-coordinate representation of color #BA7516: hue angle of 34.76º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA7516 is Cyan = 0, Magento = 0.37, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 117 | 22 | - |
| CMYK | 0 | 0.37 | 0.88 | 0.27 |
| HSL | 34.76º | 0.79% | 0.41% | - |
| HSV(B) | 34.76º | 0.88% | 0.73% | - |
| XYZ | 26.76 | 23.22 | 3.83 | - |
| YUV | 126.8 | 68.86 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 117 | 22 | 0 | 0.37 | 0.88 | 0.27 | 34.76 | 0.79 | 0.41 |
| Hex | BA | 75 | 16 | 0 | 25 | 58 | 1B | 23 | 4F | 29 |
| Octal | 272 | 165 | 26 | 0 | 45 | 130 | 33 | 43 | 117 | 51 |
| Binary | 10111010 | 1110101 | 10110 | 0 | 100101 | 1011000 | 11011 | 100011 | 1001111 | 101001 |
Color Harmonies of #BA7516
Complementary color
Monochromatic Colors of #BA7516
Black with #BA7516
Text Example
Text Example
White with #BA7516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7516; }
p { color: rgb(186,117,22); }
H1.HeaderClassName
{
color: #BA7516;
}
.AnyTagClassName
{
color: #BA7516;
}
</style>
background-color css
<style>
a { background-color: #BA7516; }
a { background-color: rgb(186,117,22); }
div.DivClassName
{
background-color: #BA7516;
}
.BgClassName
{
background-color: #BA7516;
}
</style>
border-color css
<style>
span { border-color: #BA7516; }
span { border-color: rgb(186,117,22); }
td.TdClassName
{
border-color: #BA7516;
}
.TagClassName
{
border-color: #BA7516;
}
</style>