Shades of Tenne (Tawny) #BA6404
Tints of Tenne (Tawny) #BA6404
RGB
CMYK
RGB Variations
Color information
#BA6404 (or 0xBA6404) is known color: Tenne (Tawny). HEX triplet: BA, 64 and 04. RGB value is (186,100,4). Sum of RGB (Red+Green+Blue) = 186+100+4=290 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.14% from 290); Green value is 100 (39.45% from 255 or 34.48% from 290); Blue value is 4 (1.95% from 255 or 1.38% from 290); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6404 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6404 is #459BFB. Grayscale: #737373. Windows color (decimal): -4561916 or 287930. OLE color: 287930.
HSL color Cylindrical-coordinate representation of color #BA6404: hue angle of 31.65º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA6404 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 100 | 4 | - |
| CMYK | 0 | 0.46 | 0.98 | 0.27 |
| HSL | 31.65º | 0.96% | 0.37% | - |
| HSV(B) | 31.65º | 0.98% | 0.73% | - |
| XYZ | 24.83 | 19.56 | 2.58 | - |
| YUV | 114.77 | 65.49 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 100 | 4 | 0 | 0.46 | 0.98 | 0.27 | 31.65 | 0.96 | 0.37 |
| Hex | BA | 64 | 4 | 0 | 2E | 62 | 1B | 20 | 60 | 25 |
| Octal | 272 | 144 | 4 | 0 | 56 | 142 | 33 | 40 | 140 | 45 |
| Binary | 10111010 | 1100100 | 100 | 0 | 101110 | 1100010 | 11011 | 100000 | 1100000 | 100101 |
Color Harmonies of #BA6404
Complementary color
Monochromatic Colors of #BA6404
Black with #BA6404
Text Example
Text Example
White with #BA6404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6404; }
p { color: rgb(186,100,4); }
H1.HeaderClassName
{
color: #BA6404;
}
.AnyTagClassName
{
color: #BA6404;
}
</style>
background-color css
<style>
a { background-color: #BA6404; }
a { background-color: rgb(186,100,4); }
div.DivClassName
{
background-color: #BA6404;
}
.BgClassName
{
background-color: #BA6404;
}
</style>
border-color css
<style>
span { border-color: #BA6404; }
span { border-color: rgb(186,100,4); }
td.TdClassName
{
border-color: #BA6404;
}
.TagClassName
{
border-color: #BA6404;
}
</style>