Shades of Tenne (Tawny) #BA6500
Tints of Tenne (Tawny) #BA6500
RGB
CMYK
RGB Variations
Color information
#BA6500 (or 0xBA6500) is known color: Tenne (Tawny). HEX triplet: BA, 65 and 00. RGB value is (186,101,0). Sum of RGB (Red+Green+Blue) = 186+101+0=287 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.81% from 287); Green value is 101 (39.84% from 255 or 35.19% from 287); Blue value is 0 (0.39% from 255 or 0% from 287); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6500 is #459AFF. Grayscale: #737373. Windows color (decimal): -4561664 or 26042. OLE color: 26042.
HSL color Cylindrical-coordinate representation of color #BA6500: hue angle of 32.58º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA6500 is Cyan = 0, Magento = 0.46, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 101 | 0 | - |
| CMYK | 0 | 0.46 | 1 | 0.27 |
| HSL | 32.58º | 1% | 0.36% | - |
| HSV(B) | 32.58º | 1% | 0.73% | - |
| XYZ | 24.9 | 19.75 | 2.5 | - |
| YUV | 114.9 | 63.16 | 178.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 101 | 0 | 0 | 0.46 | 1 | 0.27 | 32.58 | 1 | 0.36 |
| Hex | BA | 65 | 0 | 0 | 2E | 64 | 1B | 21 | 64 | 24 |
| Octal | 272 | 145 | 0 | 0 | 56 | 144 | 33 | 41 | 144 | 44 |
| Binary | 10111010 | 1100101 | 0 | 0 | 101110 | 1100100 | 11011 | 100001 | 1100100 | 100100 |
Color Harmonies of #BA6500
Complementary color
Monochromatic Colors of #BA6500
Black with #BA6500
Text Example
Text Example
White with #BA6500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6500; }
p { color: rgb(186,101,0); }
H1.HeaderClassName
{
color: #BA6500;
}
.AnyTagClassName
{
color: #BA6500;
}
</style>
background-color css
<style>
a { background-color: #BA6500; }
a { background-color: rgb(186,101,0); }
div.DivClassName
{
background-color: #BA6500;
}
.BgClassName
{
background-color: #BA6500;
}
</style>
border-color css
<style>
span { border-color: #BA6500; }
span { border-color: rgb(186,101,0); }
td.TdClassName
{
border-color: #BA6500;
}
.TagClassName
{
border-color: #BA6500;
}
</style>