Shades of Tenne (Tawny) #BA560A
Tints of Tenne (Tawny) #BA560A
RGB
CMYK
RGB Variations
Color information
#BA560A (or 0xBA560A) is known color: Tenne (Tawny). HEX triplet: BA, 56 and 0A. RGB value is (186,86,10). Sum of RGB (Red+Green+Blue) = 186+86+10=282 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.96% from 282); Green value is 86 (33.98% from 255 or 30.50% from 282); Blue value is 10 (4.30% from 255 or 3.55% from 282); Max value from RGB is 186 - color contains mainly: red. Hex color #BA560A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA560A is #45A9F5. Grayscale: #6B6B6B. Windows color (decimal): -4565494 or 677562. OLE color: 677562.
HSL color Cylindrical-coordinate representation of color #BA560A: hue angle of 25.91º 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 #BA560A is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 86 | 10 | - |
| CMYK | 0 | 0.54 | 0.95 | 0.27 |
| HSL | 25.91º | 0.9% | 0.38% | - |
| HSV(B) | 25.91º | 0.95% | 0.73% | - |
| XYZ | 23.63 | 17.12 | 2.35 | - |
| YUV | 107.24 | 73.13 | 184.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 86 | 10 | 0 | 0.54 | 0.95 | 0.27 | 25.91 | 0.9 | 0.38 |
| Hex | BA | 56 | A | 0 | 36 | 5F | 1B | 1A | 5A | 26 |
| Octal | 272 | 126 | 12 | 0 | 66 | 137 | 33 | 32 | 132 | 46 |
| Binary | 10111010 | 1010110 | 1010 | 0 | 110110 | 1011111 | 11011 | 11010 | 1011010 | 100110 |
Color Harmonies of #BA560A
Complementary color
Monochromatic Colors of #BA560A
Black with #BA560A
Text Example
Text Example
White with #BA560A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA560A; }
p { color: rgb(186,86,10); }
H1.HeaderClassName
{
color: #BA560A;
}
.AnyTagClassName
{
color: #BA560A;
}
</style>
background-color css
<style>
a { background-color: #BA560A; }
a { background-color: rgb(186,86,10); }
div.DivClassName
{
background-color: #BA560A;
}
.BgClassName
{
background-color: #BA560A;
}
</style>
border-color css
<style>
span { border-color: #BA560A; }
span { border-color: rgb(186,86,10); }
td.TdClassName
{
border-color: #BA560A;
}
.TagClassName
{
border-color: #BA560A;
}
</style>