Shades of Tenne (Tawny) #BA5305
Tints of Tenne (Tawny) #BA5305
RGB
CMYK
RGB Variations
Color information
#BA5305 (or 0xBA5305) is known color: Tenne (Tawny). HEX triplet: BA, 53 and 05. RGB value is (186,83,5). Sum of RGB (Red+Green+Blue) = 186+83+5=274 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.88% from 274); Green value is 83 (32.81% from 255 or 30.29% from 274); Blue value is 5 (2.34% from 255 or 1.82% from 274); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5305 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5305 is #45ACFA. Grayscale: #696969. Windows color (decimal): -4566267 or 349114. OLE color: 349114.
HSL color Cylindrical-coordinate representation of color #BA5305: hue angle of 25.86º 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 #BA5305 is Cyan = 0, Magento = 0.55, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 83 | 5 | - |
| CMYK | 0 | 0.55 | 0.97 | 0.27 |
| HSL | 25.86º | 0.95% | 0.37% | - |
| HSV(B) | 25.86º | 0.97% | 0.73% | - |
| XYZ | 23.37 | 16.64 | 2.12 | - |
| YUV | 104.91 | 71.62 | 185.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 83 | 5 | 0 | 0.55 | 0.97 | 0.27 | 25.86 | 0.95 | 0.37 |
| Hex | BA | 53 | 5 | 0 | 37 | 61 | 1B | 1A | 5F | 25 |
| Octal | 272 | 123 | 5 | 0 | 67 | 141 | 33 | 32 | 137 | 45 |
| Binary | 10111010 | 1010011 | 101 | 0 | 110111 | 1100001 | 11011 | 11010 | 1011111 | 100101 |
Color Harmonies of #BA5305
Complementary color
Monochromatic Colors of #BA5305
Black with #BA5305
Text Example
Text Example
White with #BA5305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5305; }
p { color: rgb(186,83,5); }
H1.HeaderClassName
{
color: #BA5305;
}
.AnyTagClassName
{
color: #BA5305;
}
</style>
background-color css
<style>
a { background-color: #BA5305; }
a { background-color: rgb(186,83,5); }
div.DivClassName
{
background-color: #BA5305;
}
.BgClassName
{
background-color: #BA5305;
}
</style>
border-color css
<style>
span { border-color: #BA5305; }
span { border-color: rgb(186,83,5); }
td.TdClassName
{
border-color: #BA5305;
}
.TagClassName
{
border-color: #BA5305;
}
</style>