Shades of Tenne (Tawny) #BA6405
Tints of Tenne (Tawny) #BA6405
RGB
CMYK
RGB Variations
Color information
#BA6405 (or 0xBA6405) is known color: Tenne (Tawny). HEX triplet: BA, 64 and 05. RGB value is (186,100,5). Sum of RGB (Red+Green+Blue) = 186+100+5=291 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.92% from 291); Green value is 100 (39.45% from 255 or 34.36% from 291); Blue value is 5 (2.34% from 255 or 1.72% from 291); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6405 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6405 is #459BFA. Grayscale: #737373. Windows color (decimal): -4561915 or 353466. OLE color: 353466.
HSL color Cylindrical-coordinate representation of color #BA6405: hue angle of 31.49º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA6405 is Cyan = 0, Magento = 0.46, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 100 | 5 | - |
| CMYK | 0 | 0.46 | 0.97 | 0.27 |
| HSL | 31.49º | 0.95% | 0.37% | - |
| HSV(B) | 31.49º | 0.97% | 0.73% | - |
| XYZ | 24.83 | 19.56 | 2.61 | - |
| YUV | 114.88 | 65.99 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 100 | 5 | 0 | 0.46 | 0.97 | 0.27 | 31.49 | 0.95 | 0.37 |
| Hex | BA | 64 | 5 | 0 | 2E | 61 | 1B | 1F | 5F | 25 |
| Octal | 272 | 144 | 5 | 0 | 56 | 141 | 33 | 37 | 137 | 45 |
| Binary | 10111010 | 1100100 | 101 | 0 | 101110 | 1100001 | 11011 | 11111 | 1011111 | 100101 |
Color Harmonies of #BA6405
Complementary color
Monochromatic Colors of #BA6405
Black with #BA6405
Text Example
Text Example
White with #BA6405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6405; }
p { color: rgb(186,100,5); }
H1.HeaderClassName
{
color: #BA6405;
}
.AnyTagClassName
{
color: #BA6405;
}
</style>
background-color css
<style>
a { background-color: #BA6405; }
a { background-color: rgb(186,100,5); }
div.DivClassName
{
background-color: #BA6405;
}
.BgClassName
{
background-color: #BA6405;
}
</style>
border-color css
<style>
span { border-color: #BA6405; }
span { border-color: rgb(186,100,5); }
td.TdClassName
{
border-color: #BA6405;
}
.TagClassName
{
border-color: #BA6405;
}
</style>