Shades of Tenne (Tawny) #BA6606
Tints of Tenne (Tawny) #BA6606
RGB
CMYK
RGB Variations
Color information
#BA6606 (or 0xBA6606) is known color: Tenne (Tawny). HEX triplet: BA, 66 and 06. RGB value is (186,102,6). Sum of RGB (Red+Green+Blue) = 186+102+6=294 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.27% from 294); Green value is 102 (40.23% from 255 or 34.69% from 294); Blue value is 6 (2.73% from 255 or 2.04% from 294); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6606 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6606 is #4599F9. Grayscale: #747474. Windows color (decimal): -4561402 or 419514. OLE color: 419514.
HSL color Cylindrical-coordinate representation of color #BA6606: hue angle of 32º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA6606 is Cyan = 0, Magento = 0.45, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 102 | 6 | - |
| CMYK | 0 | 0.45 | 0.97 | 0.27 |
| HSL | 32º | 0.94% | 0.38% | - |
| HSV(B) | 32º | 0.97% | 0.73% | - |
| XYZ | 25.03 | 19.95 | 2.7 | - |
| YUV | 116.17 | 65.83 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 102 | 6 | 0 | 0.45 | 0.97 | 0.27 | 32 | 0.94 | 0.38 |
| Hex | BA | 66 | 6 | 0 | 2D | 61 | 1B | 20 | 5E | 26 |
| Octal | 272 | 146 | 6 | 0 | 55 | 141 | 33 | 40 | 136 | 46 |
| Binary | 10111010 | 1100110 | 110 | 0 | 101101 | 1100001 | 11011 | 100000 | 1011110 | 100110 |
Color Harmonies of #BA6606
Complementary color
Monochromatic Colors of #BA6606
Black with #BA6606
Text Example
Text Example
White with #BA6606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6606; }
p { color: rgb(186,102,6); }
H1.HeaderClassName
{
color: #BA6606;
}
.AnyTagClassName
{
color: #BA6606;
}
</style>
background-color css
<style>
a { background-color: #BA6606; }
a { background-color: rgb(186,102,6); }
div.DivClassName
{
background-color: #BA6606;
}
.BgClassName
{
background-color: #BA6606;
}
</style>
border-color css
<style>
span { border-color: #BA6606; }
span { border-color: rgb(186,102,6); }
td.TdClassName
{
border-color: #BA6606;
}
.TagClassName
{
border-color: #BA6606;
}
</style>