Shades of Tenne (Tawny) #BA5205
Tints of Tenne (Tawny) #BA5205
RGB
CMYK
RGB Variations
Color information
#BA5205 (or 0xBA5205) is known color: Tenne (Tawny). HEX triplet: BA, 52 and 05. RGB value is (186,82,5). Sum of RGB (Red+Green+Blue) = 186+82+5=273 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.13% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 5 (2.34% from 255 or 1.83% from 273); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5205 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5205 is #45ADFA. Grayscale: #686868. Windows color (decimal): -4566523 or 348858. OLE color: 348858.
HSL color Cylindrical-coordinate representation of color #BA5205: hue angle of 25.52º 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 #BA5205 is Cyan = 0, Magento = 0.56, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 82 | 5 | - |
| CMYK | 0 | 0.56 | 0.97 | 0.27 |
| HSL | 25.52º | 0.95% | 0.37% | - |
| HSV(B) | 25.52º | 0.97% | 0.73% | - |
| XYZ | 23.29 | 16.48 | 2.1 | - |
| YUV | 104.32 | 71.96 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 82 | 5 | 0 | 0.56 | 0.97 | 0.27 | 25.52 | 0.95 | 0.37 |
| Hex | BA | 52 | 5 | 0 | 38 | 61 | 1B | 1A | 5F | 25 |
| Octal | 272 | 122 | 5 | 0 | 70 | 141 | 33 | 32 | 137 | 45 |
| Binary | 10111010 | 1010010 | 101 | 0 | 111000 | 1100001 | 11011 | 11010 | 1011111 | 100101 |
Color Harmonies of #BA5205
Complementary color
Monochromatic Colors of #BA5205
Black with #BA5205
Text Example
Text Example
White with #BA5205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5205; }
p { color: rgb(186,82,5); }
H1.HeaderClassName
{
color: #BA5205;
}
.AnyTagClassName
{
color: #BA5205;
}
</style>
background-color css
<style>
a { background-color: #BA5205; }
a { background-color: rgb(186,82,5); }
div.DivClassName
{
background-color: #BA5205;
}
.BgClassName
{
background-color: #BA5205;
}
</style>
border-color css
<style>
span { border-color: #BA5205; }
span { border-color: rgb(186,82,5); }
td.TdClassName
{
border-color: #BA5205;
}
.TagClassName
{
border-color: #BA5205;
}
</style>