Shades of Tenne (Tawny) #BA6607
Tints of Tenne (Tawny) #BA6607
RGB
CMYK
RGB Variations
Color information
#BA6607 (or 0xBA6607) is known color: Tenne (Tawny). HEX triplet: BA, 66 and 07. RGB value is (186,102,7). Sum of RGB (Red+Green+Blue) = 186+102+7=295 (39% of max value = 765). Red value is 186 (73.05% from 255 or 63.05% from 295); Green value is 102 (40.23% from 255 or 34.58% from 295); Blue value is 7 (3.12% from 255 or 2.37% from 295); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6607 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6607 is #4599F8. Grayscale: #747474. Windows color (decimal): -4561401 or 485050. OLE color: 485050.
HSL color Cylindrical-coordinate representation of color #BA6607: hue angle of 31.84º 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 #BA6607 is Cyan = 0, Magento = 0.45, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 102 | 7 | - |
| CMYK | 0 | 0.45 | 0.96 | 0.27 |
| HSL | 31.84º | 0.93% | 0.38% | - |
| HSV(B) | 31.84º | 0.96% | 0.73% | - |
| XYZ | 25.04 | 19.96 | 2.73 | - |
| YUV | 116.29 | 66.33 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 102 | 7 | 0 | 0.45 | 0.96 | 0.27 | 31.84 | 0.93 | 0.38 |
| Hex | BA | 66 | 7 | 0 | 2D | 60 | 1B | 20 | 5D | 26 |
| Octal | 272 | 146 | 7 | 0 | 55 | 140 | 33 | 40 | 135 | 46 |
| Binary | 10111010 | 1100110 | 111 | 0 | 101101 | 1100000 | 11011 | 100000 | 1011101 | 100110 |
Color Harmonies of #BA6607
Complementary color
Monochromatic Colors of #BA6607
Black with #BA6607
Text Example
Text Example
White with #BA6607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6607; }
p { color: rgb(186,102,7); }
H1.HeaderClassName
{
color: #BA6607;
}
.AnyTagClassName
{
color: #BA6607;
}
</style>
background-color css
<style>
a { background-color: #BA6607; }
a { background-color: rgb(186,102,7); }
div.DivClassName
{
background-color: #BA6607;
}
.BgClassName
{
background-color: #BA6607;
}
</style>
border-color css
<style>
span { border-color: #BA6607; }
span { border-color: rgb(186,102,7); }
td.TdClassName
{
border-color: #BA6607;
}
.TagClassName
{
border-color: #BA6607;
}
</style>