Shades of Tenne (Tawny) #BA6509
Tints of Tenne (Tawny) #BA6509
RGB
CMYK
RGB Variations
Color information
#BA6509 (or 0xBA6509) is known color: Tenne (Tawny). HEX triplet: BA, 65 and 09. RGB value is (186,101,9). Sum of RGB (Red+Green+Blue) = 186+101+9=296 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.84% from 296); Green value is 101 (39.84% from 255 or 34.12% from 296); Blue value is 9 (3.91% from 255 or 3.04% from 296); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6509 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6509 is #459AF6. Grayscale: #747474. Windows color (decimal): -4561655 or 615866. OLE color: 615866.
HSL color Cylindrical-coordinate representation of color #BA6509: hue angle of 31.19º 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 #BA6509 is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 101 | 9 | - |
| CMYK | 0 | 0.46 | 0.95 | 0.27 |
| HSL | 31.19º | 0.91% | 0.38% | - |
| HSV(B) | 31.19º | 0.95% | 0.73% | - |
| XYZ | 24.95 | 19.77 | 2.76 | - |
| YUV | 115.93 | 67.66 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 101 | 9 | 0 | 0.46 | 0.95 | 0.27 | 31.19 | 0.91 | 0.38 |
| Hex | BA | 65 | 9 | 0 | 2E | 5F | 1B | 1F | 5B | 26 |
| Octal | 272 | 145 | 11 | 0 | 56 | 137 | 33 | 37 | 133 | 46 |
| Binary | 10111010 | 1100101 | 1001 | 0 | 101110 | 1011111 | 11011 | 11111 | 1011011 | 100110 |
Color Harmonies of #BA6509
Complementary color
Monochromatic Colors of #BA6509
Black with #BA6509
Text Example
Text Example
White with #BA6509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6509; }
p { color: rgb(186,101,9); }
H1.HeaderClassName
{
color: #BA6509;
}
.AnyTagClassName
{
color: #BA6509;
}
</style>
background-color css
<style>
a { background-color: #BA6509; }
a { background-color: rgb(186,101,9); }
div.DivClassName
{
background-color: #BA6509;
}
.BgClassName
{
background-color: #BA6509;
}
</style>
border-color css
<style>
span { border-color: #BA6509; }
span { border-color: rgb(186,101,9); }
td.TdClassName
{
border-color: #BA6509;
}
.TagClassName
{
border-color: #BA6509;
}
</style>