Shades of Tenne (Tawny) #BA5B13
Tints of Tenne (Tawny) #BA5B13
RGB
CMYK
RGB Variations
Color information
#BA5B13 (or 0xBA5B13) is known color: Tenne (Tawny). HEX triplet: BA, 5B and 13. RGB value is (186,91,19). Sum of RGB (Red+Green+Blue) = 186+91+19=296 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.84% from 296); Green value is 91 (35.94% from 255 or 30.74% from 296); Blue value is 19 (7.81% from 255 or 6.42% from 296); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5B13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5B13 is #45A4EC. Grayscale: #6F6F6F. Windows color (decimal): -4564205 or 1268666. OLE color: 1268666.
HSL color Cylindrical-coordinate representation of color #BA5B13: hue angle of 25.87º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA5B13 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 91 | 19 | - |
| CMYK | 0 | 0.51 | 0.90 | 0.27 |
| HSL | 25.87º | 0.81% | 0.4% | - |
| HSV(B) | 25.87º | 0.9% | 0.73% | - |
| XYZ | 24.11 | 17.97 | 2.81 | - |
| YUV | 111.2 | 75.97 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 91 | 19 | 0 | 0.51 | 0.90 | 0.27 | 25.87 | 0.81 | 0.4 |
| Hex | BA | 5B | 13 | 0 | 33 | 5A | 1B | 1A | 51 | 28 |
| Octal | 272 | 133 | 23 | 0 | 63 | 132 | 33 | 32 | 121 | 50 |
| Binary | 10111010 | 1011011 | 10011 | 0 | 110011 | 1011010 | 11011 | 11010 | 1010001 | 101000 |
Color Harmonies of #BA5B13
Complementary color
Monochromatic Colors of #BA5B13
Black with #BA5B13
Text Example
Text Example
White with #BA5B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5B13; }
p { color: rgb(186,91,19); }
H1.HeaderClassName
{
color: #BA5B13;
}
.AnyTagClassName
{
color: #BA5B13;
}
</style>
background-color css
<style>
a { background-color: #BA5B13; }
a { background-color: rgb(186,91,19); }
div.DivClassName
{
background-color: #BA5B13;
}
.BgClassName
{
background-color: #BA5B13;
}
</style>
border-color css
<style>
span { border-color: #BA5B13; }
span { border-color: rgb(186,91,19); }
td.TdClassName
{
border-color: #BA5B13;
}
.TagClassName
{
border-color: #BA5B13;
}
</style>