Shades of Tenne (Tawny) #BA5B11
Tints of Tenne (Tawny) #BA5B11
RGB
CMYK
RGB Variations
Color information
#BA5B11 (or 0xBA5B11) is known color: Tenne (Tawny). HEX triplet: BA, 5B and 11. RGB value is (186,91,17). Sum of RGB (Red+Green+Blue) = 186+91+17=294 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.27% from 294); Green value is 91 (35.94% from 255 or 30.95% from 294); Blue value is 17 (7.03% from 255 or 5.78% from 294); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5B11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5B11 is #45A4EE. Grayscale: #6F6F6F. Windows color (decimal): -4564207 or 1137594. OLE color: 1137594.
HSL color Cylindrical-coordinate representation of color #BA5B11: hue angle of 26.27º 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 #BA5B11 is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 91 | 17 | - |
| CMYK | 0 | 0.51 | 0.91 | 0.27 |
| HSL | 26.27º | 0.83% | 0.4% | - |
| HSV(B) | 26.27º | 0.91% | 0.73% | - |
| XYZ | 24.09 | 17.96 | 2.73 | - |
| YUV | 110.97 | 74.97 | 181.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 91 | 17 | 0 | 0.51 | 0.91 | 0.27 | 26.27 | 0.83 | 0.4 |
| Hex | BA | 5B | 11 | 0 | 33 | 5B | 1B | 1A | 53 | 28 |
| Octal | 272 | 133 | 21 | 0 | 63 | 133 | 33 | 32 | 123 | 50 |
| Binary | 10111010 | 1011011 | 10001 | 0 | 110011 | 1011011 | 11011 | 11010 | 1010011 | 101000 |
Color Harmonies of #BA5B11
Complementary color
Monochromatic Colors of #BA5B11
Black with #BA5B11
Text Example
Text Example
White with #BA5B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5B11; }
p { color: rgb(186,91,17); }
H1.HeaderClassName
{
color: #BA5B11;
}
.AnyTagClassName
{
color: #BA5B11;
}
</style>
background-color css
<style>
a { background-color: #BA5B11; }
a { background-color: rgb(186,91,17); }
div.DivClassName
{
background-color: #BA5B11;
}
.BgClassName
{
background-color: #BA5B11;
}
</style>
border-color css
<style>
span { border-color: #BA5B11; }
span { border-color: rgb(186,91,17); }
td.TdClassName
{
border-color: #BA5B11;
}
.TagClassName
{
border-color: #BA5B11;
}
</style>