Shades of Tenne (Tawny) #BA660D
Tints of Tenne (Tawny) #BA660D
RGB
CMYK
RGB Variations
Color information
#BA660D (or 0xBA660D) is known color: Tenne (Tawny). HEX triplet: BA, 66 and 0D. RGB value is (186,102,13). Sum of RGB (Red+Green+Blue) = 186+102+13=301 (39% of max value = 765). Red value is 186 (73.05% from 255 or 61.79% from 301); Green value is 102 (40.23% from 255 or 33.89% from 301); Blue value is 13 (5.47% from 255 or 4.32% from 301); Max value from RGB is 186 - color contains mainly: red. Hex color #BA660D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA660D is #4599F2. Grayscale: #757575. Windows color (decimal): -4561395 or 878266. OLE color: 878266.
HSL color Cylindrical-coordinate representation of color #BA660D: hue angle of 30.87º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BA660D is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 102 | 13 | - |
| CMYK | 0 | 0.45 | 0.93 | 0.27 |
| HSL | 30.87º | 0.87% | 0.39% | - |
| HSV(B) | 30.87º | 0.93% | 0.73% | - |
| XYZ | 25.07 | 19.97 | 2.91 | - |
| YUV | 116.97 | 69.33 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 102 | 13 | 0 | 0.45 | 0.93 | 0.27 | 30.87 | 0.87 | 0.39 |
| Hex | BA | 66 | D | 0 | 2D | 5D | 1B | 1F | 57 | 27 |
| Octal | 272 | 146 | 15 | 0 | 55 | 135 | 33 | 37 | 127 | 47 |
| Binary | 10111010 | 1100110 | 1101 | 0 | 101101 | 1011101 | 11011 | 11111 | 1010111 | 100111 |
Color Harmonies of #BA660D
Complementary color
Monochromatic Colors of #BA660D
Black with #BA660D
Text Example
Text Example
White with #BA660D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA660D; }
p { color: rgb(186,102,13); }
H1.HeaderClassName
{
color: #BA660D;
}
.AnyTagClassName
{
color: #BA660D;
}
</style>
background-color css
<style>
a { background-color: #BA660D; }
a { background-color: rgb(186,102,13); }
div.DivClassName
{
background-color: #BA660D;
}
.BgClassName
{
background-color: #BA660D;
}
</style>
border-color css
<style>
span { border-color: #BA660D; }
span { border-color: rgb(186,102,13); }
td.TdClassName
{
border-color: #BA660D;
}
.TagClassName
{
border-color: #BA660D;
}
</style>