Shades of Pirate Gold #BA711A
Tints of Pirate Gold #BA711A
RGB
CMYK
RGB Variations
Color information
#BA711A (or 0xBA711A) is known color: Pirate Gold. HEX triplet: BA, 71 and 1A. RGB value is (186,113,26). Sum of RGB (Red+Green+Blue) = 186+113+26=325 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.23% from 325); Green value is 113 (44.53% from 255 or 34.77% from 325); Blue value is 26 (10.55% from 255 or 8% from 325); Max value from RGB is 186 - color contains mainly: red. Hex color #BA711A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA711A is #458EE5. Grayscale: #7D7D7D. Windows color (decimal): -4558566 or 1733050. OLE color: 1733050.
HSL color Cylindrical-coordinate representation of color #BA711A: hue angle of 32.62º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA711A is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 113 | 26 | - |
| CMYK | 0 | 0.39 | 0.86 | 0.27 |
| HSL | 32.63º | 0.75% | 0.42% | - |
| HSV(B) | 32.63º | 0.86% | 0.73% | - |
| XYZ | 26.34 | 22.32 | 3.9 | - |
| YUV | 124.91 | 72.18 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 113 | 26 | 0 | 0.39 | 0.86 | 0.27 | 32.63 | 0.75 | 0.42 |
| Hex | BA | 71 | 1A | 0 | 27 | 56 | 1B | 21 | 4B | 2A |
| Octal | 272 | 161 | 32 | 0 | 47 | 126 | 33 | 41 | 113 | 52 |
| Binary | 10111010 | 1110001 | 11010 | 0 | 100111 | 1010110 | 11011 | 100001 | 1001011 | 101010 |
Color Harmonies of #BA711A
Complementary color
Monochromatic Colors of #BA711A
Black with #BA711A
Text Example
Text Example
White with #BA711A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA711A; }
p { color: rgb(186,113,26); }
H1.HeaderClassName
{
color: #BA711A;
}
.AnyTagClassName
{
color: #BA711A;
}
</style>
background-color css
<style>
a { background-color: #BA711A; }
a { background-color: rgb(186,113,26); }
div.DivClassName
{
background-color: #BA711A;
}
.BgClassName
{
background-color: #BA711A;
}
</style>
border-color css
<style>
span { border-color: #BA711A; }
span { border-color: rgb(186,113,26); }
td.TdClassName
{
border-color: #BA711A;
}
.TagClassName
{
border-color: #BA711A;
}
</style>