Shades of Tenne (Tawny) #BA6906
Tints of Tenne (Tawny) #BA6906
RGB
CMYK
RGB Variations
Color information
#BA6906 (or 0xBA6906) is known color: Tenne (Tawny). HEX triplet: BA, 69 and 06. RGB value is (186,105,6). Sum of RGB (Red+Green+Blue) = 186+105+6=297 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.63% from 297); Green value is 105 (41.41% from 255 or 35.35% from 297); Blue value is 6 (2.73% from 255 or 2.02% from 297); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6906 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6906 is #4596F9. Grayscale: #767676. Windows color (decimal): -4560634 or 420282. OLE color: 420282.
HSL color Cylindrical-coordinate representation of color #BA6906: hue angle of 33º 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 #BA6906 is Cyan = 0, Magento = 0.44, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 105 | 6 | - |
| CMYK | 0 | 0.44 | 0.97 | 0.27 |
| HSL | 33º | 0.94% | 0.38% | - |
| HSV(B) | 33º | 0.97% | 0.73% | - |
| XYZ | 25.33 | 20.56 | 2.8 | - |
| YUV | 117.93 | 64.84 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 105 | 6 | 0 | 0.44 | 0.97 | 0.27 | 33 | 0.94 | 0.38 |
| Hex | BA | 69 | 6 | 0 | 2C | 61 | 1B | 21 | 5E | 26 |
| Octal | 272 | 151 | 6 | 0 | 54 | 141 | 33 | 41 | 136 | 46 |
| Binary | 10111010 | 1101001 | 110 | 0 | 101100 | 1100001 | 11011 | 100001 | 1011110 | 100110 |
Color Harmonies of #BA6906
Complementary color
Monochromatic Colors of #BA6906
Black with #BA6906
Text Example
Text Example
White with #BA6906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6906; }
p { color: rgb(186,105,6); }
H1.HeaderClassName
{
color: #BA6906;
}
.AnyTagClassName
{
color: #BA6906;
}
</style>
background-color css
<style>
a { background-color: #BA6906; }
a { background-color: rgb(186,105,6); }
div.DivClassName
{
background-color: #BA6906;
}
.BgClassName
{
background-color: #BA6906;
}
</style>
border-color css
<style>
span { border-color: #BA6906; }
span { border-color: rgb(186,105,6); }
td.TdClassName
{
border-color: #BA6906;
}
.TagClassName
{
border-color: #BA6906;
}
</style>