Shades of Tenne (Tawny) #BA5B0A
Tints of Tenne (Tawny) #BA5B0A
RGB
CMYK
RGB Variations
Color information
#BA5B0A (or 0xBA5B0A) is known color: Tenne (Tawny). HEX triplet: BA, 5B and 0A. RGB value is (186,91,10). Sum of RGB (Red+Green+Blue) = 186+91+10=287 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.81% from 287); Green value is 91 (35.94% from 255 or 31.71% from 287); Blue value is 10 (4.30% from 255 or 3.48% from 287); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5B0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5B0A is #45A4F5. Grayscale: #6E6E6E. Windows color (decimal): -4564214 or 678842. OLE color: 678842.
HSL color Cylindrical-coordinate representation of color #BA5B0A: hue angle of 27.61º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA5B0A is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 91 | 10 | - |
| CMYK | 0 | 0.51 | 0.95 | 0.27 |
| HSL | 27.61º | 0.9% | 0.38% | - |
| HSV(B) | 27.61º | 0.95% | 0.73% | - |
| XYZ | 24.05 | 17.94 | 2.48 | - |
| YUV | 110.17 | 71.47 | 182.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 91 | 10 | 0 | 0.51 | 0.95 | 0.27 | 27.61 | 0.9 | 0.38 |
| Hex | BA | 5B | A | 0 | 33 | 5F | 1B | 1C | 5A | 26 |
| Octal | 272 | 133 | 12 | 0 | 63 | 137 | 33 | 34 | 132 | 46 |
| Binary | 10111010 | 1011011 | 1010 | 0 | 110011 | 1011111 | 11011 | 11100 | 1011010 | 100110 |
Color Harmonies of #BA5B0A
Complementary color
Monochromatic Colors of #BA5B0A
Black with #BA5B0A
Text Example
Text Example
White with #BA5B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5B0A; }
p { color: rgb(186,91,10); }
H1.HeaderClassName
{
color: #BA5B0A;
}
.AnyTagClassName
{
color: #BA5B0A;
}
</style>
background-color css
<style>
a { background-color: #BA5B0A; }
a { background-color: rgb(186,91,10); }
div.DivClassName
{
background-color: #BA5B0A;
}
.BgClassName
{
background-color: #BA5B0A;
}
</style>
border-color css
<style>
span { border-color: #BA5B0A; }
span { border-color: rgb(186,91,10); }
td.TdClassName
{
border-color: #BA5B0A;
}
.TagClassName
{
border-color: #BA5B0A;
}
</style>