Shades of Tenne (Tawny) #BA5306
Tints of Tenne (Tawny) #BA5306
RGB
CMYK
RGB Variations
Color information
#BA5306 (or 0xBA5306) is known color: Tenne (Tawny). HEX triplet: BA, 53 and 06. RGB value is (186,83,6). Sum of RGB (Red+Green+Blue) = 186+83+6=275 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.64% from 275); Green value is 83 (32.81% from 255 or 30.18% from 275); Blue value is 6 (2.73% from 255 or 2.18% from 275); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5306 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5306 is #45ACF9. Grayscale: #696969. Windows color (decimal): -4566266 or 414650. OLE color: 414650.
HSL color Cylindrical-coordinate representation of color #BA5306: hue angle of 25.67º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA5306 is Cyan = 0, Magento = 0.55, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 83 | 6 | - |
| CMYK | 0 | 0.55 | 0.97 | 0.27 |
| HSL | 25.67º | 0.94% | 0.38% | - |
| HSV(B) | 25.67º | 0.97% | 0.73% | - |
| XYZ | 23.38 | 16.64 | 2.15 | - |
| YUV | 105.02 | 72.12 | 185.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 83 | 6 | 0 | 0.55 | 0.97 | 0.27 | 25.67 | 0.94 | 0.38 |
| Hex | BA | 53 | 6 | 0 | 37 | 61 | 1B | 1A | 5E | 26 |
| Octal | 272 | 123 | 6 | 0 | 67 | 141 | 33 | 32 | 136 | 46 |
| Binary | 10111010 | 1010011 | 110 | 0 | 110111 | 1100001 | 11011 | 11010 | 1011110 | 100110 |
Color Harmonies of #BA5306
Complementary color
Monochromatic Colors of #BA5306
Black with #BA5306
Text Example
Text Example
White with #BA5306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5306; }
p { color: rgb(186,83,6); }
H1.HeaderClassName
{
color: #BA5306;
}
.AnyTagClassName
{
color: #BA5306;
}
</style>
background-color css
<style>
a { background-color: #BA5306; }
a { background-color: rgb(186,83,6); }
div.DivClassName
{
background-color: #BA5306;
}
.BgClassName
{
background-color: #BA5306;
}
</style>
border-color css
<style>
span { border-color: #BA5306; }
span { border-color: rgb(186,83,6); }
td.TdClassName
{
border-color: #BA5306;
}
.TagClassName
{
border-color: #BA5306;
}
</style>