Shades of Tenne (Tawny) #BA5607
Tints of Tenne (Tawny) #BA5607
RGB
CMYK
RGB Variations
Color information
#BA5607 (or 0xBA5607) is known color: Tenne (Tawny). HEX triplet: BA, 56 and 07. RGB value is (186,86,7). Sum of RGB (Red+Green+Blue) = 186+86+7=279 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.67% from 279); Green value is 86 (33.98% from 255 or 30.82% from 279); Blue value is 7 (3.12% from 255 or 2.51% from 279); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5607 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5607 is #45A9F8. Grayscale: #6B6B6B. Windows color (decimal): -4565497 or 480954. OLE color: 480954.
HSL color Cylindrical-coordinate representation of color #BA5607: hue angle of 26.48º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA5607 is Cyan = 0, Magento = 0.54, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 86 | 7 | - |
| CMYK | 0 | 0.54 | 0.96 | 0.27 |
| HSL | 26.48º | 0.93% | 0.38% | - |
| HSV(B) | 26.48º | 0.96% | 0.73% | - |
| XYZ | 23.62 | 17.11 | 2.26 | - |
| YUV | 106.89 | 71.63 | 184.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 86 | 7 | 0 | 0.54 | 0.96 | 0.27 | 26.48 | 0.93 | 0.38 |
| Hex | BA | 56 | 7 | 0 | 36 | 60 | 1B | 1A | 5D | 26 |
| Octal | 272 | 126 | 7 | 0 | 66 | 140 | 33 | 32 | 135 | 46 |
| Binary | 10111010 | 1010110 | 111 | 0 | 110110 | 1100000 | 11011 | 11010 | 1011101 | 100110 |
Color Harmonies of #BA5607
Complementary color
Monochromatic Colors of #BA5607
Black with #BA5607
Text Example
Text Example
White with #BA5607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5607; }
p { color: rgb(186,86,7); }
H1.HeaderClassName
{
color: #BA5607;
}
.AnyTagClassName
{
color: #BA5607;
}
</style>
background-color css
<style>
a { background-color: #BA5607; }
a { background-color: rgb(186,86,7); }
div.DivClassName
{
background-color: #BA5607;
}
.BgClassName
{
background-color: #BA5607;
}
</style>
border-color css
<style>
span { border-color: #BA5607; }
span { border-color: rgb(186,86,7); }
td.TdClassName
{
border-color: #BA5607;
}
.TagClassName
{
border-color: #BA5607;
}
</style>