Shades of Tenne (Tawny) #BA6901
Tints of Tenne (Tawny) #BA6901
RGB
CMYK
RGB Variations
Color information
#BA6901 (or 0xBA6901) is known color: Tenne (Tawny). HEX triplet: BA, 69 and 01. RGB value is (186,105,1). Sum of RGB (Red+Green+Blue) = 186+105+1=292 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.70% from 292); Green value is 105 (41.41% from 255 or 35.96% from 292); Blue value is 1 (0.78% from 255 or 0.34% from 292); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6901 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6901 is #4596FE. Grayscale: #757575. Windows color (decimal): -4560639 or 92602. OLE color: 92602.
HSL color Cylindrical-coordinate representation of color #BA6901: hue angle of 33.73º 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 #BA6901 is Cyan = 0, Magento = 0.44, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 105 | 1 | - |
| CMYK | 0 | 0.44 | 0.99 | 0.27 |
| HSL | 33.73º | 0.99% | 0.37% | - |
| HSV(B) | 33.73º | 0.99% | 0.73% | - |
| XYZ | 25.31 | 20.54 | 2.66 | - |
| YUV | 117.36 | 62.34 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 105 | 1 | 0 | 0.44 | 0.99 | 0.27 | 33.73 | 0.99 | 0.37 |
| Hex | BA | 69 | 1 | 0 | 2C | 63 | 1B | 22 | 63 | 25 |
| Octal | 272 | 151 | 1 | 0 | 54 | 143 | 33 | 42 | 143 | 45 |
| Binary | 10111010 | 1101001 | 1 | 0 | 101100 | 1100011 | 11011 | 100010 | 1100011 | 100101 |
Color Harmonies of #BA6901
Complementary color
Monochromatic Colors of #BA6901
Black with #BA6901
Text Example
Text Example
White with #BA6901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6901; }
p { color: rgb(186,105,1); }
H1.HeaderClassName
{
color: #BA6901;
}
.AnyTagClassName
{
color: #BA6901;
}
</style>
background-color css
<style>
a { background-color: #BA6901; }
a { background-color: rgb(186,105,1); }
div.DivClassName
{
background-color: #BA6901;
}
.BgClassName
{
background-color: #BA6901;
}
</style>
border-color css
<style>
span { border-color: #BA6901; }
span { border-color: rgb(186,105,1); }
td.TdClassName
{
border-color: #BA6901;
}
.TagClassName
{
border-color: #BA6901;
}
</style>