Shades of Tenne (Tawny) #BA5901
Tints of Tenne (Tawny) #BA5901
RGB
CMYK
RGB Variations
Color information
#BA5901 (or 0xBA5901) is known color: Tenne (Tawny). HEX triplet: BA, 59 and 01. RGB value is (186,89,1). Sum of RGB (Red+Green+Blue) = 186+89+1=276 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.39% from 276); Green value is 89 (35.16% from 255 or 32.25% from 276); Blue value is 1 (0.78% from 255 or 0.36% from 276); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5901 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5901 is #45A6FE. Grayscale: #6C6C6C. Windows color (decimal): -4564735 or 88506. OLE color: 88506.
HSL color Cylindrical-coordinate representation of color #BA5901: hue angle of 28.54º 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 #BA5901 is Cyan = 0, Magento = 0.52, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 89 | 1 | - |
| CMYK | 0 | 0.52 | 0.99 | 0.27 |
| HSL | 28.54º | 0.99% | 0.37% | - |
| HSV(B) | 28.54º | 0.99% | 0.73% | - |
| XYZ | 23.83 | 17.59 | 2.17 | - |
| YUV | 107.97 | 67.64 | 183.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 89 | 1 | 0 | 0.52 | 0.99 | 0.27 | 28.54 | 0.99 | 0.37 |
| Hex | BA | 59 | 1 | 0 | 34 | 63 | 1B | 1D | 63 | 25 |
| Octal | 272 | 131 | 1 | 0 | 64 | 143 | 33 | 35 | 143 | 45 |
| Binary | 10111010 | 1011001 | 1 | 0 | 110100 | 1100011 | 11011 | 11101 | 1100011 | 100101 |
Color Harmonies of #BA5901
Complementary color
Monochromatic Colors of #BA5901
Black with #BA5901
Text Example
Text Example
White with #BA5901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5901; }
p { color: rgb(186,89,1); }
H1.HeaderClassName
{
color: #BA5901;
}
.AnyTagClassName
{
color: #BA5901;
}
</style>
background-color css
<style>
a { background-color: #BA5901; }
a { background-color: rgb(186,89,1); }
div.DivClassName
{
background-color: #BA5901;
}
.BgClassName
{
background-color: #BA5901;
}
</style>
border-color css
<style>
span { border-color: #BA5901; }
span { border-color: rgb(186,89,1); }
td.TdClassName
{
border-color: #BA5901;
}
.TagClassName
{
border-color: #BA5901;
}
</style>