Shades of Tenne (Tawny) #BA6401
Tints of Tenne (Tawny) #BA6401
RGB
CMYK
RGB Variations
Color information
#BA6401 (or 0xBA6401) is known color: Tenne (Tawny). HEX triplet: BA, 64 and 01. RGB value is (186,100,1). Sum of RGB (Red+Green+Blue) = 186+100+1=287 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.81% from 287); Green value is 100 (39.45% from 255 or 34.84% from 287); Blue value is 1 (0.78% from 255 or 0.35% from 287); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6401 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6401 is #459BFE. Grayscale: #727272. Windows color (decimal): -4561919 or 91322. OLE color: 91322.
HSL color Cylindrical-coordinate representation of color #BA6401: hue angle of 32.11º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA6401 is Cyan = 0, Magento = 0.46, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 100 | 1 | - |
| CMYK | 0 | 0.46 | 0.99 | 0.27 |
| HSL | 32.11º | 0.99% | 0.37% | - |
| HSV(B) | 32.11º | 0.99% | 0.73% | - |
| XYZ | 24.81 | 19.56 | 2.5 | - |
| YUV | 114.43 | 63.99 | 179.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 100 | 1 | 0 | 0.46 | 0.99 | 0.27 | 32.11 | 0.99 | 0.37 |
| Hex | BA | 64 | 1 | 0 | 2E | 63 | 1B | 20 | 63 | 25 |
| Octal | 272 | 144 | 1 | 0 | 56 | 143 | 33 | 40 | 143 | 45 |
| Binary | 10111010 | 1100100 | 1 | 0 | 101110 | 1100011 | 11011 | 100000 | 1100011 | 100101 |
Color Harmonies of #BA6401
Complementary color
Monochromatic Colors of #BA6401
Black with #BA6401
Text Example
Text Example
White with #BA6401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6401; }
p { color: rgb(186,100,1); }
H1.HeaderClassName
{
color: #BA6401;
}
.AnyTagClassName
{
color: #BA6401;
}
</style>
background-color css
<style>
a { background-color: #BA6401; }
a { background-color: rgb(186,100,1); }
div.DivClassName
{
background-color: #BA6401;
}
.BgClassName
{
background-color: #BA6401;
}
</style>
border-color css
<style>
span { border-color: #BA6401; }
span { border-color: rgb(186,100,1); }
td.TdClassName
{
border-color: #BA6401;
}
.TagClassName
{
border-color: #BA6401;
}
</style>