Shades of Tenne (Tawny) #BA6903
Tints of Tenne (Tawny) #BA6903
RGB
CMYK
RGB Variations
Color information
#BA6903 (or 0xBA6903) is known color: Tenne (Tawny). HEX triplet: BA, 69 and 03. RGB value is (186,105,3). Sum of RGB (Red+Green+Blue) = 186+105+3=294 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.27% from 294); Green value is 105 (41.41% from 255 or 35.71% from 294); Blue value is 3 (1.56% from 255 or 1.02% from 294); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6903 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6903 is #4596FC. Grayscale: #767676. Windows color (decimal): -4560637 or 223674. OLE color: 223674.
HSL color Cylindrical-coordinate representation of color #BA6903: hue angle of 33.44º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA6903 is Cyan = 0, Magento = 0.44, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 105 | 3 | - |
| CMYK | 0 | 0.44 | 0.98 | 0.27 |
| HSL | 33.44º | 0.97% | 0.37% | - |
| HSV(B) | 33.44º | 0.98% | 0.73% | - |
| XYZ | 25.32 | 20.55 | 2.72 | - |
| YUV | 117.59 | 63.34 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 105 | 3 | 0 | 0.44 | 0.98 | 0.27 | 33.44 | 0.97 | 0.37 |
| Hex | BA | 69 | 3 | 0 | 2C | 62 | 1B | 21 | 61 | 25 |
| Octal | 272 | 151 | 3 | 0 | 54 | 142 | 33 | 41 | 141 | 45 |
| Binary | 10111010 | 1101001 | 11 | 0 | 101100 | 1100010 | 11011 | 100001 | 1100001 | 100101 |
Color Harmonies of #BA6903
Complementary color
Monochromatic Colors of #BA6903
Black with #BA6903
Text Example
Text Example
White with #BA6903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6903; }
p { color: rgb(186,105,3); }
H1.HeaderClassName
{
color: #BA6903;
}
.AnyTagClassName
{
color: #BA6903;
}
</style>
background-color css
<style>
a { background-color: #BA6903; }
a { background-color: rgb(186,105,3); }
div.DivClassName
{
background-color: #BA6903;
}
.BgClassName
{
background-color: #BA6903;
}
</style>
border-color css
<style>
span { border-color: #BA6903; }
span { border-color: rgb(186,105,3); }
td.TdClassName
{
border-color: #BA6903;
}
.TagClassName
{
border-color: #BA6903;
}
</style>