Shades of Tenne (Tawny) #BA6109
Tints of Tenne (Tawny) #BA6109
RGB
CMYK
RGB Variations
Color information
#BA6109 (or 0xBA6109) is known color: Tenne (Tawny). HEX triplet: BA, 61 and 09. RGB value is (186,97,9). Sum of RGB (Red+Green+Blue) = 186+97+9=292 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.70% from 292); Green value is 97 (38.28% from 255 or 33.22% from 292); Blue value is 9 (3.91% from 255 or 3.08% from 292); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6109 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6109 is #459EF6. Grayscale: #727272. Windows color (decimal): -4562679 or 614842. OLE color: 614842.
HSL color Cylindrical-coordinate representation of color #BA6109: hue angle of 29.83º 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 #BA6109 is Cyan = 0, Magento = 0.48, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 97 | 9 | - |
| CMYK | 0 | 0.48 | 0.95 | 0.27 |
| HSL | 29.83º | 0.91% | 0.38% | - |
| HSV(B) | 29.83º | 0.95% | 0.73% | - |
| XYZ | 24.57 | 19.01 | 2.63 | - |
| YUV | 113.58 | 68.99 | 179.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 97 | 9 | 0 | 0.48 | 0.95 | 0.27 | 29.83 | 0.91 | 0.38 |
| Hex | BA | 61 | 9 | 0 | 30 | 5F | 1B | 1E | 5B | 26 |
| Octal | 272 | 141 | 11 | 0 | 60 | 137 | 33 | 36 | 133 | 46 |
| Binary | 10111010 | 1100001 | 1001 | 0 | 110000 | 1011111 | 11011 | 11110 | 1011011 | 100110 |
Color Harmonies of #BA6109
Complementary color
Monochromatic Colors of #BA6109
Black with #BA6109
Text Example
Text Example
White with #BA6109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6109; }
p { color: rgb(186,97,9); }
H1.HeaderClassName
{
color: #BA6109;
}
.AnyTagClassName
{
color: #BA6109;
}
</style>
background-color css
<style>
a { background-color: #BA6109; }
a { background-color: rgb(186,97,9); }
div.DivClassName
{
background-color: #BA6109;
}
.BgClassName
{
background-color: #BA6109;
}
</style>
border-color css
<style>
span { border-color: #BA6109; }
span { border-color: rgb(186,97,9); }
td.TdClassName
{
border-color: #BA6109;
}
.TagClassName
{
border-color: #BA6109;
}
</style>