Shades of Tenne (Tawny) #BA5A11
Tints of Tenne (Tawny) #BA5A11
RGB
CMYK
RGB Variations
Color information
#BA5A11 (or 0xBA5A11) is known color: Tenne (Tawny). HEX triplet: BA, 5A and 11. RGB value is (186,90,17). Sum of RGB (Red+Green+Blue) = 186+90+17=293 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.48% from 293); Green value is 90 (35.55% from 255 or 30.72% from 293); Blue value is 17 (7.03% from 255 or 5.80% from 293); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5A11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5A11 is #45A5EE. Grayscale: #6E6E6E. Windows color (decimal): -4564463 or 1137338. OLE color: 1137338.
HSL color Cylindrical-coordinate representation of color #BA5A11: hue angle of 25.92º 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 #BA5A11 is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 90 | 17 | - |
| CMYK | 0 | 0.52 | 0.91 | 0.27 |
| HSL | 25.92º | 0.83% | 0.4% | - |
| HSV(B) | 25.92º | 0.91% | 0.73% | - |
| XYZ | 24.01 | 17.79 | 2.7 | - |
| YUV | 110.38 | 75.3 | 181.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 90 | 17 | 0 | 0.52 | 0.91 | 0.27 | 25.92 | 0.83 | 0.4 |
| Hex | BA | 5A | 11 | 0 | 34 | 5B | 1B | 1A | 53 | 28 |
| Octal | 272 | 132 | 21 | 0 | 64 | 133 | 33 | 32 | 123 | 50 |
| Binary | 10111010 | 1011010 | 10001 | 0 | 110100 | 1011011 | 11011 | 11010 | 1010011 | 101000 |
Color Harmonies of #BA5A11
Complementary color
Monochromatic Colors of #BA5A11
Black with #BA5A11
Text Example
Text Example
White with #BA5A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5A11; }
p { color: rgb(186,90,17); }
H1.HeaderClassName
{
color: #BA5A11;
}
.AnyTagClassName
{
color: #BA5A11;
}
</style>
background-color css
<style>
a { background-color: #BA5A11; }
a { background-color: rgb(186,90,17); }
div.DivClassName
{
background-color: #BA5A11;
}
.BgClassName
{
background-color: #BA5A11;
}
</style>
border-color css
<style>
span { border-color: #BA5A11; }
span { border-color: rgb(186,90,17); }
td.TdClassName
{
border-color: #BA5A11;
}
.TagClassName
{
border-color: #BA5A11;
}
</style>