Shades of Tenne (Tawny) #BA6503
Tints of Tenne (Tawny) #BA6503
RGB
CMYK
RGB Variations
Color information
#BA6503 (or 0xBA6503) is known color: Tenne (Tawny). HEX triplet: BA, 65 and 03. RGB value is (186,101,3). Sum of RGB (Red+Green+Blue) = 186+101+3=290 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.14% from 290); Green value is 101 (39.84% from 255 or 34.83% from 290); Blue value is 3 (1.56% from 255 or 1.03% from 290); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6503 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6503 is #459AFC. Grayscale: #737373. Windows color (decimal): -4561661 or 222650. OLE color: 222650.
HSL color Cylindrical-coordinate representation of color #BA6503: hue angle of 32.13º 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 #BA6503 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 101 | 3 | - |
| CMYK | 0 | 0.46 | 0.98 | 0.27 |
| HSL | 32.13º | 0.97% | 0.37% | - |
| HSV(B) | 32.13º | 0.98% | 0.73% | - |
| XYZ | 24.92 | 19.75 | 2.59 | - |
| YUV | 115.24 | 64.66 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 101 | 3 | 0 | 0.46 | 0.98 | 0.27 | 32.13 | 0.97 | 0.37 |
| Hex | BA | 65 | 3 | 0 | 2E | 62 | 1B | 20 | 61 | 25 |
| Octal | 272 | 145 | 3 | 0 | 56 | 142 | 33 | 40 | 141 | 45 |
| Binary | 10111010 | 1100101 | 11 | 0 | 101110 | 1100010 | 11011 | 100000 | 1100001 | 100101 |
Color Harmonies of #BA6503
Complementary color
Monochromatic Colors of #BA6503
Black with #BA6503
Text Example
Text Example
White with #BA6503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6503; }
p { color: rgb(186,101,3); }
H1.HeaderClassName
{
color: #BA6503;
}
.AnyTagClassName
{
color: #BA6503;
}
</style>
background-color css
<style>
a { background-color: #BA6503; }
a { background-color: rgb(186,101,3); }
div.DivClassName
{
background-color: #BA6503;
}
.BgClassName
{
background-color: #BA6503;
}
</style>
border-color css
<style>
span { border-color: #BA6503; }
span { border-color: rgb(186,101,3); }
td.TdClassName
{
border-color: #BA6503;
}
.TagClassName
{
border-color: #BA6503;
}
</style>