Shades of Tenne (Tawny) #BA6600
Tints of Tenne (Tawny) #BA6600
RGB
CMYK
RGB Variations
Color information
#BA6600 (or 0xBA6600) is known color: Tenne (Tawny). HEX triplet: BA, 66 and 00. RGB value is (186,102,0). Sum of RGB (Red+Green+Blue) = 186+102+0=288 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.58% from 288); Green value is 102 (40.23% from 255 or 35.42% from 288); Blue value is 0 (0.39% from 255 or 0% from 288); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6600 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6600 is #4599FF. Grayscale: #737373. Windows color (decimal): -4561408 or 26298. OLE color: 26298.
HSL color Cylindrical-coordinate representation of color #BA6600: hue angle of 32.9º 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 #BA6600 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 102 | 0 | - |
| CMYK | 0 | 0.45 | 1 | 0.27 |
| HSL | 32.9º | 1% | 0.36% | - |
| HSV(B) | 32.9º | 1% | 0.73% | - |
| XYZ | 25 | 19.94 | 2.53 | - |
| YUV | 115.49 | 62.83 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 102 | 0 | 0 | 0.45 | 1 | 0.27 | 32.9 | 1 | 0.36 |
| Hex | BA | 66 | 0 | 0 | 2D | 64 | 1B | 21 | 64 | 24 |
| Octal | 272 | 146 | 0 | 0 | 55 | 144 | 33 | 41 | 144 | 44 |
| Binary | 10111010 | 1100110 | 0 | 0 | 101101 | 1100100 | 11011 | 100001 | 1100100 | 100100 |
Color Harmonies of #BA6600
Complementary color
Monochromatic Colors of #BA6600
Black with #BA6600
Text Example
Text Example
White with #BA6600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6600; }
p { color: rgb(186,102,0); }
H1.HeaderClassName
{
color: #BA6600;
}
.AnyTagClassName
{
color: #BA6600;
}
</style>
background-color css
<style>
a { background-color: #BA6600; }
a { background-color: rgb(186,102,0); }
div.DivClassName
{
background-color: #BA6600;
}
.BgClassName
{
background-color: #BA6600;
}
</style>
border-color css
<style>
span { border-color: #BA6600; }
span { border-color: rgb(186,102,0); }
td.TdClassName
{
border-color: #BA6600;
}
.TagClassName
{
border-color: #BA6600;
}
</style>