Shades of Tenne (Tawny) #BA5601
Tints of Tenne (Tawny) #BA5601
RGB
CMYK
RGB Variations
Color information
#BA5601 (or 0xBA5601) is known color: Tenne (Tawny). HEX triplet: BA, 56 and 01. RGB value is (186,86,1). Sum of RGB (Red+Green+Blue) = 186+86+1=273 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.13% from 273); Green value is 86 (33.98% from 255 or 31.50% from 273); Blue value is 1 (0.78% from 255 or 0.37% from 273); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5601 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5601 is #45A9FE. Grayscale: #6A6A6A. Windows color (decimal): -4565503 or 87738. OLE color: 87738.
HSL color Cylindrical-coordinate representation of color #BA5601: hue angle of 27.57º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA5601 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 86 | 1 | - |
| CMYK | 0 | 0.54 | 0.99 | 0.27 |
| HSL | 27.57º | 0.99% | 0.37% | - |
| HSV(B) | 27.57º | 0.99% | 0.73% | - |
| XYZ | 23.58 | 17.1 | 2.09 | - |
| YUV | 106.21 | 68.63 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 86 | 1 | 0 | 0.54 | 0.99 | 0.27 | 27.57 | 0.99 | 0.37 |
| Hex | BA | 56 | 1 | 0 | 36 | 63 | 1B | 1C | 63 | 25 |
| Octal | 272 | 126 | 1 | 0 | 66 | 143 | 33 | 34 | 143 | 45 |
| Binary | 10111010 | 1010110 | 1 | 0 | 110110 | 1100011 | 11011 | 11100 | 1100011 | 100101 |
Color Harmonies of #BA5601
Complementary color
Monochromatic Colors of #BA5601
Black with #BA5601
Text Example
Text Example
White with #BA5601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5601; }
p { color: rgb(186,86,1); }
H1.HeaderClassName
{
color: #BA5601;
}
.AnyTagClassName
{
color: #BA5601;
}
</style>
background-color css
<style>
a { background-color: #BA5601; }
a { background-color: rgb(186,86,1); }
div.DivClassName
{
background-color: #BA5601;
}
.BgClassName
{
background-color: #BA5601;
}
</style>
border-color css
<style>
span { border-color: #BA5601; }
span { border-color: rgb(186,86,1); }
td.TdClassName
{
border-color: #BA5601;
}
.TagClassName
{
border-color: #BA5601;
}
</style>