Shades of Tenne (Tawny) #BA5407
Tints of Tenne (Tawny) #BA5407
RGB
CMYK
RGB Variations
Color information
#BA5407 (or 0xBA5407) is known color: Tenne (Tawny). HEX triplet: BA, 54 and 07. RGB value is (186,84,7). Sum of RGB (Red+Green+Blue) = 186+84+7=277 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.15% from 277); Green value is 84 (33.20% from 255 or 30.32% from 277); Blue value is 7 (3.12% from 255 or 2.53% from 277); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5407 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5407 is #45ABF8. Grayscale: #6A6A6A. Windows color (decimal): -4566009 or 480442. OLE color: 480442.
HSL color Cylindrical-coordinate representation of color #BA5407: hue angle of 25.81º 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 #BA5407 is Cyan = 0, Magento = 0.55, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 84 | 7 | - |
| CMYK | 0 | 0.55 | 0.96 | 0.27 |
| HSL | 25.81º | 0.93% | 0.38% | - |
| HSV(B) | 25.81º | 0.96% | 0.73% | - |
| XYZ | 23.46 | 16.8 | 2.21 | - |
| YUV | 105.72 | 72.29 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 84 | 7 | 0 | 0.55 | 0.96 | 0.27 | 25.81 | 0.93 | 0.38 |
| Hex | BA | 54 | 7 | 0 | 37 | 60 | 1B | 1A | 5D | 26 |
| Octal | 272 | 124 | 7 | 0 | 67 | 140 | 33 | 32 | 135 | 46 |
| Binary | 10111010 | 1010100 | 111 | 0 | 110111 | 1100000 | 11011 | 11010 | 1011101 | 100110 |
Color Harmonies of #BA5407
Complementary color
Monochromatic Colors of #BA5407
Black with #BA5407
Text Example
Text Example
White with #BA5407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5407; }
p { color: rgb(186,84,7); }
H1.HeaderClassName
{
color: #BA5407;
}
.AnyTagClassName
{
color: #BA5407;
}
</style>
background-color css
<style>
a { background-color: #BA5407; }
a { background-color: rgb(186,84,7); }
div.DivClassName
{
background-color: #BA5407;
}
.BgClassName
{
background-color: #BA5407;
}
</style>
border-color css
<style>
span { border-color: #BA5407; }
span { border-color: rgb(186,84,7); }
td.TdClassName
{
border-color: #BA5407;
}
.TagClassName
{
border-color: #BA5407;
}
</style>