Shades of Tenne (Tawny) #BA6609
Tints of Tenne (Tawny) #BA6609
RGB
CMYK
RGB Variations
Color information
#BA6609 (or 0xBA6609) is known color: Tenne (Tawny). HEX triplet: BA, 66 and 09. RGB value is (186,102,9). Sum of RGB (Red+Green+Blue) = 186+102+9=297 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.63% from 297); Green value is 102 (40.23% from 255 or 34.34% from 297); Blue value is 9 (3.91% from 255 or 3.03% from 297); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6609 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6609 is #4599F6. Grayscale: #747474. Windows color (decimal): -4561399 or 616122. OLE color: 616122.
HSL color Cylindrical-coordinate representation of color #BA6609: hue angle of 31.53º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA6609 is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 102 | 9 | - |
| CMYK | 0 | 0.45 | 0.95 | 0.27 |
| HSL | 31.53º | 0.91% | 0.38% | - |
| HSV(B) | 31.53º | 0.95% | 0.73% | - |
| XYZ | 25.05 | 19.96 | 2.79 | - |
| YUV | 116.51 | 67.33 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 102 | 9 | 0 | 0.45 | 0.95 | 0.27 | 31.53 | 0.91 | 0.38 |
| Hex | BA | 66 | 9 | 0 | 2D | 5F | 1B | 20 | 5B | 26 |
| Octal | 272 | 146 | 11 | 0 | 55 | 137 | 33 | 40 | 133 | 46 |
| Binary | 10111010 | 1100110 | 1001 | 0 | 101101 | 1011111 | 11011 | 100000 | 1011011 | 100110 |
Color Harmonies of #BA6609
Complementary color
Monochromatic Colors of #BA6609
Black with #BA6609
Text Example
Text Example
White with #BA6609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6609; }
p { color: rgb(186,102,9); }
H1.HeaderClassName
{
color: #BA6609;
}
.AnyTagClassName
{
color: #BA6609;
}
</style>
background-color css
<style>
a { background-color: #BA6609; }
a { background-color: rgb(186,102,9); }
div.DivClassName
{
background-color: #BA6609;
}
.BgClassName
{
background-color: #BA6609;
}
</style>
border-color css
<style>
span { border-color: #BA6609; }
span { border-color: rgb(186,102,9); }
td.TdClassName
{
border-color: #BA6609;
}
.TagClassName
{
border-color: #BA6609;
}
</style>