Shades of Tenne (Tawny) #BA6603
Tints of Tenne (Tawny) #BA6603
RGB
CMYK
RGB Variations
Color information
#BA6603 (or 0xBA6603) is known color: Tenne (Tawny). HEX triplet: BA, 66 and 03. RGB value is (186,102,3). Sum of RGB (Red+Green+Blue) = 186+102+3=291 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.92% from 291); Green value is 102 (40.23% from 255 or 35.05% from 291); Blue value is 3 (1.56% from 255 or 1.03% from 291); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6603 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6603 is #4599FC. Grayscale: #747474. Windows color (decimal): -4561405 or 222906. OLE color: 222906.
HSL color Cylindrical-coordinate representation of color #BA6603: hue angle of 32.46º 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 #BA6603 is Cyan = 0, Magento = 0.45, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 102 | 3 | - |
| CMYK | 0 | 0.45 | 0.98 | 0.27 |
| HSL | 32.46º | 0.97% | 0.37% | - |
| HSV(B) | 32.46º | 0.98% | 0.73% | - |
| XYZ | 25.02 | 19.95 | 2.62 | - |
| YUV | 115.83 | 64.33 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 102 | 3 | 0 | 0.45 | 0.98 | 0.27 | 32.46 | 0.97 | 0.37 |
| Hex | BA | 66 | 3 | 0 | 2D | 62 | 1B | 20 | 61 | 25 |
| Octal | 272 | 146 | 3 | 0 | 55 | 142 | 33 | 40 | 141 | 45 |
| Binary | 10111010 | 1100110 | 11 | 0 | 101101 | 1100010 | 11011 | 100000 | 1100001 | 100101 |
Color Harmonies of #BA6603
Complementary color
Monochromatic Colors of #BA6603
Black with #BA6603
Text Example
Text Example
White with #BA6603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6603; }
p { color: rgb(186,102,3); }
H1.HeaderClassName
{
color: #BA6603;
}
.AnyTagClassName
{
color: #BA6603;
}
</style>
background-color css
<style>
a { background-color: #BA6603; }
a { background-color: rgb(186,102,3); }
div.DivClassName
{
background-color: #BA6603;
}
.BgClassName
{
background-color: #BA6603;
}
</style>
border-color css
<style>
span { border-color: #BA6603; }
span { border-color: rgb(186,102,3); }
td.TdClassName
{
border-color: #BA6603;
}
.TagClassName
{
border-color: #BA6603;
}
</style>