Shades of Pirate Gold #BA711B
Tints of Pirate Gold #BA711B
RGB
CMYK
RGB Variations
Color information
#BA711B (or 0xBA711B) is known color: Pirate Gold. HEX triplet: BA, 71 and 1B. RGB value is (186,113,27). Sum of RGB (Red+Green+Blue) = 186+113+27=326 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.06% from 326); Green value is 113 (44.53% from 255 or 34.66% from 326); Blue value is 27 (10.94% from 255 or 8.28% from 326); Max value from RGB is 186 - color contains mainly: red. Hex color #BA711B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA711B is #458EE4. Grayscale: #7D7D7D. Windows color (decimal): -4558565 or 1798586. OLE color: 1798586.
HSL color Cylindrical-coordinate representation of color #BA711B: hue angle of 32.45º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA711B is Cyan = 0, Magento = 0.39, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 113 | 27 | - |
| CMYK | 0 | 0.39 | 0.85 | 0.27 |
| HSL | 32.45º | 0.75% | 0.42% | - |
| HSV(B) | 32.45º | 0.85% | 0.73% | - |
| XYZ | 26.35 | 22.33 | 3.96 | - |
| YUV | 125.02 | 72.68 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 113 | 27 | 0 | 0.39 | 0.85 | 0.27 | 32.45 | 0.75 | 0.42 |
| Hex | BA | 71 | 1B | 0 | 27 | 55 | 1B | 20 | 4B | 2A |
| Octal | 272 | 161 | 33 | 0 | 47 | 125 | 33 | 40 | 113 | 52 |
| Binary | 10111010 | 1110001 | 11011 | 0 | 100111 | 1010101 | 11011 | 100000 | 1001011 | 101010 |
Color Harmonies of #BA711B
Complementary color
Monochromatic Colors of #BA711B
Black with #BA711B
Text Example
Text Example
White with #BA711B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA711B; }
p { color: rgb(186,113,27); }
H1.HeaderClassName
{
color: #BA711B;
}
.AnyTagClassName
{
color: #BA711B;
}
</style>
background-color css
<style>
a { background-color: #BA711B; }
a { background-color: rgb(186,113,27); }
div.DivClassName
{
background-color: #BA711B;
}
.BgClassName
{
background-color: #BA711B;
}
</style>
border-color css
<style>
span { border-color: #BA711B; }
span { border-color: rgb(186,113,27); }
td.TdClassName
{
border-color: #BA711B;
}
.TagClassName
{
border-color: #BA711B;
}
</style>