Shades of Tenne (Tawny) #BA5A0A
Tints of Tenne (Tawny) #BA5A0A
RGB
CMYK
RGB Variations
Color information
#BA5A0A (or 0xBA5A0A) is known color: Tenne (Tawny). HEX triplet: BA, 5A and 0A. RGB value is (186,90,10). Sum of RGB (Red+Green+Blue) = 186+90+10=286 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.03% from 286); Green value is 90 (35.55% from 255 or 31.47% from 286); Blue value is 10 (4.30% from 255 or 3.50% from 286); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5A0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5A0A is #45A5F5. Grayscale: #6D6D6D. Windows color (decimal): -4564470 or 678586. OLE color: 678586.
HSL color Cylindrical-coordinate representation of color #BA5A0A: hue angle of 27.27º 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 #BA5A0A is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 90 | 10 | - |
| CMYK | 0 | 0.52 | 0.95 | 0.27 |
| HSL | 27.27º | 0.9% | 0.38% | - |
| HSV(B) | 27.27º | 0.95% | 0.73% | - |
| XYZ | 23.96 | 17.77 | 2.45 | - |
| YUV | 109.58 | 71.8 | 182.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 90 | 10 | 0 | 0.52 | 0.95 | 0.27 | 27.27 | 0.9 | 0.38 |
| Hex | BA | 5A | A | 0 | 34 | 5F | 1B | 1B | 5A | 26 |
| Octal | 272 | 132 | 12 | 0 | 64 | 137 | 33 | 33 | 132 | 46 |
| Binary | 10111010 | 1011010 | 1010 | 0 | 110100 | 1011111 | 11011 | 11011 | 1011010 | 100110 |
Color Harmonies of #BA5A0A
Complementary color
Monochromatic Colors of #BA5A0A
Black with #BA5A0A
Text Example
Text Example
White with #BA5A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5A0A; }
p { color: rgb(186,90,10); }
H1.HeaderClassName
{
color: #BA5A0A;
}
.AnyTagClassName
{
color: #BA5A0A;
}
</style>
background-color css
<style>
a { background-color: #BA5A0A; }
a { background-color: rgb(186,90,10); }
div.DivClassName
{
background-color: #BA5A0A;
}
.BgClassName
{
background-color: #BA5A0A;
}
</style>
border-color css
<style>
span { border-color: #BA5A0A; }
span { border-color: rgb(186,90,10); }
td.TdClassName
{
border-color: #BA5A0A;
}
.TagClassName
{
border-color: #BA5A0A;
}
</style>