Shades of Tenne (Tawny) #BA660A
Tints of Tenne (Tawny) #BA660A
RGB
CMYK
RGB Variations
Color information
#BA660A (or 0xBA660A) is known color: Tenne (Tawny). HEX triplet: BA, 66 and 0A. RGB value is (186,102,10). Sum of RGB (Red+Green+Blue) = 186+102+10=298 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.42% from 298); Green value is 102 (40.23% from 255 or 34.23% from 298); Blue value is 10 (4.30% from 255 or 3.36% from 298); Max value from RGB is 186 - color contains mainly: red. Hex color #BA660A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA660A is #4599F5. Grayscale: #757575. Windows color (decimal): -4561398 or 681658. OLE color: 681658.
HSL color Cylindrical-coordinate representation of color #BA660A: hue angle of 31.36º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA660A is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 102 | 10 | - |
| CMYK | 0 | 0.45 | 0.95 | 0.27 |
| HSL | 31.36º | 0.9% | 0.38% | - |
| HSV(B) | 31.36º | 0.95% | 0.73% | - |
| XYZ | 25.06 | 19.96 | 2.82 | - |
| YUV | 116.63 | 67.83 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 102 | 10 | 0 | 0.45 | 0.95 | 0.27 | 31.36 | 0.9 | 0.38 |
| Hex | BA | 66 | A | 0 | 2D | 5F | 1B | 1F | 5A | 26 |
| Octal | 272 | 146 | 12 | 0 | 55 | 137 | 33 | 37 | 132 | 46 |
| Binary | 10111010 | 1100110 | 1010 | 0 | 101101 | 1011111 | 11011 | 11111 | 1011010 | 100110 |
Color Harmonies of #BA660A
Complementary color
Monochromatic Colors of #BA660A
Black with #BA660A
Text Example
Text Example
White with #BA660A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA660A; }
p { color: rgb(186,102,10); }
H1.HeaderClassName
{
color: #BA660A;
}
.AnyTagClassName
{
color: #BA660A;
}
</style>
background-color css
<style>
a { background-color: #BA660A; }
a { background-color: rgb(186,102,10); }
div.DivClassName
{
background-color: #BA660A;
}
.BgClassName
{
background-color: #BA660A;
}
</style>
border-color css
<style>
span { border-color: #BA660A; }
span { border-color: rgb(186,102,10); }
td.TdClassName
{
border-color: #BA660A;
}
.TagClassName
{
border-color: #BA660A;
}
</style>