Shades of Tenne (Tawny) #BA650E
Tints of Tenne (Tawny) #BA650E
RGB
CMYK
RGB Variations
Color information
#BA650E (or 0xBA650E) is known color: Tenne (Tawny). HEX triplet: BA, 65 and 0E. RGB value is (186,101,14). Sum of RGB (Red+Green+Blue) = 186+101+14=301 (39% of max value = 765). Red value is 186 (73.05% from 255 or 61.79% from 301); Green value is 101 (39.84% from 255 or 33.55% from 301); Blue value is 14 (5.86% from 255 or 4.65% from 301); Max value from RGB is 186 - color contains mainly: red. Hex color #BA650E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA650E is #459AF1. Grayscale: #747474. Windows color (decimal): -4561650 or 943546. OLE color: 943546.
HSL color Cylindrical-coordinate representation of color #BA650E: hue angle of 30.35º 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 #BA650E is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 101 | 14 | - |
| CMYK | 0 | 0.46 | 0.92 | 0.27 |
| HSL | 30.35º | 0.86% | 0.39% | - |
| HSV(B) | 30.35º | 0.92% | 0.73% | - |
| XYZ | 24.98 | 19.78 | 2.92 | - |
| YUV | 116.5 | 70.16 | 177.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 101 | 14 | 0 | 0.46 | 0.92 | 0.27 | 30.35 | 0.86 | 0.39 |
| Hex | BA | 65 | E | 0 | 2E | 5C | 1B | 1E | 56 | 27 |
| Octal | 272 | 145 | 16 | 0 | 56 | 134 | 33 | 36 | 126 | 47 |
| Binary | 10111010 | 1100101 | 1110 | 0 | 101110 | 1011100 | 11011 | 11110 | 1010110 | 100111 |
Color Harmonies of #BA650E
Complementary color
Monochromatic Colors of #BA650E
Black with #BA650E
Text Example
Text Example
White with #BA650E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA650E; }
p { color: rgb(186,101,14); }
H1.HeaderClassName
{
color: #BA650E;
}
.AnyTagClassName
{
color: #BA650E;
}
</style>
background-color css
<style>
a { background-color: #BA650E; }
a { background-color: rgb(186,101,14); }
div.DivClassName
{
background-color: #BA650E;
}
.BgClassName
{
background-color: #BA650E;
}
</style>
border-color css
<style>
span { border-color: #BA650E; }
span { border-color: rgb(186,101,14); }
td.TdClassName
{
border-color: #BA650E;
}
.TagClassName
{
border-color: #BA650E;
}
</style>