Shades of Tenne (Tawny) #BA6701
Tints of Tenne (Tawny) #BA6701
RGB
CMYK
RGB Variations
Color information
#BA6701 (or 0xBA6701) is known color: Tenne (Tawny). HEX triplet: BA, 67 and 01. RGB value is (186,103,1). Sum of RGB (Red+Green+Blue) = 186+103+1=290 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.14% from 290); Green value is 103 (40.62% from 255 or 35.52% from 290); Blue value is 1 (0.78% from 255 or 0.34% from 290); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6701 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6701 is #4598FE. Grayscale: #747474. Windows color (decimal): -4561151 or 92090. OLE color: 92090.
HSL color Cylindrical-coordinate representation of color #BA6701: hue angle of 33.08º 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 #BA6701 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 103 | 1 | - |
| CMYK | 0 | 0.45 | 0.99 | 0.27 |
| HSL | 33.08º | 0.99% | 0.37% | - |
| HSV(B) | 33.08º | 0.99% | 0.73% | - |
| XYZ | 25.11 | 20.14 | 2.59 | - |
| YUV | 116.19 | 63 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 103 | 1 | 0 | 0.45 | 0.99 | 0.27 | 33.08 | 0.99 | 0.37 |
| Hex | BA | 67 | 1 | 0 | 2D | 63 | 1B | 21 | 63 | 25 |
| Octal | 272 | 147 | 1 | 0 | 55 | 143 | 33 | 41 | 143 | 45 |
| Binary | 10111010 | 1100111 | 1 | 0 | 101101 | 1100011 | 11011 | 100001 | 1100011 | 100101 |
Color Harmonies of #BA6701
Complementary color
Monochromatic Colors of #BA6701
Black with #BA6701
Text Example
Text Example
White with #BA6701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6701; }
p { color: rgb(186,103,1); }
H1.HeaderClassName
{
color: #BA6701;
}
.AnyTagClassName
{
color: #BA6701;
}
</style>
background-color css
<style>
a { background-color: #BA6701; }
a { background-color: rgb(186,103,1); }
div.DivClassName
{
background-color: #BA6701;
}
.BgClassName
{
background-color: #BA6701;
}
</style>
border-color css
<style>
span { border-color: #BA6701; }
span { border-color: rgb(186,103,1); }
td.TdClassName
{
border-color: #BA6701;
}
.TagClassName
{
border-color: #BA6701;
}
</style>