Shades of Tenne (Tawny) #BA660E
Tints of Tenne (Tawny) #BA660E
RGB
CMYK
RGB Variations
Color information
#BA660E (or 0xBA660E) is known color: Tenne (Tawny). HEX triplet: BA, 66 and 0E. RGB value is (186,102,14). Sum of RGB (Red+Green+Blue) = 186+102+14=302 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.59% from 302); Green value is 102 (40.23% from 255 or 33.77% from 302); Blue value is 14 (5.86% from 255 or 4.64% from 302); Max value from RGB is 186 - color contains mainly: red. Hex color #BA660E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA660E is #4599F1. Grayscale: #757575. Windows color (decimal): -4561394 or 943802. OLE color: 943802.
HSL color Cylindrical-coordinate representation of color #BA660E: hue angle of 30.7º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA660E is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 102 | 14 | - |
| CMYK | 0 | 0.45 | 0.92 | 0.27 |
| HSL | 30.7º | 0.86% | 0.39% | - |
| HSV(B) | 30.7º | 0.92% | 0.73% | - |
| XYZ | 25.08 | 19.97 | 2.95 | - |
| YUV | 117.08 | 69.83 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 102 | 14 | 0 | 0.45 | 0.92 | 0.27 | 30.7 | 0.86 | 0.39 |
| Hex | BA | 66 | E | 0 | 2D | 5C | 1B | 1F | 56 | 27 |
| Octal | 272 | 146 | 16 | 0 | 55 | 134 | 33 | 37 | 126 | 47 |
| Binary | 10111010 | 1100110 | 1110 | 0 | 101101 | 1011100 | 11011 | 11111 | 1010110 | 100111 |
Color Harmonies of #BA660E
Complementary color
Monochromatic Colors of #BA660E
Black with #BA660E
Text Example
Text Example
White with #BA660E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA660E; }
p { color: rgb(186,102,14); }
H1.HeaderClassName
{
color: #BA660E;
}
.AnyTagClassName
{
color: #BA660E;
}
</style>
background-color css
<style>
a { background-color: #BA660E; }
a { background-color: rgb(186,102,14); }
div.DivClassName
{
background-color: #BA660E;
}
.BgClassName
{
background-color: #BA660E;
}
</style>
border-color css
<style>
span { border-color: #BA660E; }
span { border-color: rgb(186,102,14); }
td.TdClassName
{
border-color: #BA660E;
}
.TagClassName
{
border-color: #BA660E;
}
</style>