Shades of Tenne (Tawny) #BA5E11
Tints of Tenne (Tawny) #BA5E11
RGB
CMYK
RGB Variations
Color information
#BA5E11 (or 0xBA5E11) is known color: Tenne (Tawny). HEX triplet: BA, 5E and 11. RGB value is (186,94,17). Sum of RGB (Red+Green+Blue) = 186+94+17=297 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.63% from 297); Green value is 94 (37.11% from 255 or 31.65% from 297); Blue value is 17 (7.03% from 255 or 5.72% from 297); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5E11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5E11 is #45A1EE. Grayscale: #717171. Windows color (decimal): -4563439 or 1138362. OLE color: 1138362.
HSL color Cylindrical-coordinate representation of color #BA5E11: hue angle of 27.34º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA5E11 is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 94 | 17 | - |
| CMYK | 0 | 0.49 | 0.91 | 0.27 |
| HSL | 27.34º | 0.83% | 0.4% | - |
| HSV(B) | 27.34º | 0.91% | 0.73% | - |
| XYZ | 24.35 | 18.48 | 2.81 | - |
| YUV | 112.73 | 73.98 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 94 | 17 | 0 | 0.49 | 0.91 | 0.27 | 27.34 | 0.83 | 0.4 |
| Hex | BA | 5E | 11 | 0 | 31 | 5B | 1B | 1B | 53 | 28 |
| Octal | 272 | 136 | 21 | 0 | 61 | 133 | 33 | 33 | 123 | 50 |
| Binary | 10111010 | 1011110 | 10001 | 0 | 110001 | 1011011 | 11011 | 11011 | 1010011 | 101000 |
Color Harmonies of #BA5E11
Complementary color
Monochromatic Colors of #BA5E11
Black with #BA5E11
Text Example
Text Example
White with #BA5E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5E11; }
p { color: rgb(186,94,17); }
H1.HeaderClassName
{
color: #BA5E11;
}
.AnyTagClassName
{
color: #BA5E11;
}
</style>
background-color css
<style>
a { background-color: #BA5E11; }
a { background-color: rgb(186,94,17); }
div.DivClassName
{
background-color: #BA5E11;
}
.BgClassName
{
background-color: #BA5E11;
}
</style>
border-color css
<style>
span { border-color: #BA5E11; }
span { border-color: rgb(186,94,17); }
td.TdClassName
{
border-color: #BA5E11;
}
.TagClassName
{
border-color: #BA5E11;
}
</style>