Shades of Tenne (Tawny) #BA610D
Tints of Tenne (Tawny) #BA610D
RGB
CMYK
RGB Variations
Color information
#BA610D (or 0xBA610D) is known color: Tenne (Tawny). HEX triplet: BA, 61 and 0D. RGB value is (186,97,13). Sum of RGB (Red+Green+Blue) = 186+97+13=296 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.84% from 296); Green value is 97 (38.28% from 255 or 32.77% from 296); Blue value is 13 (5.47% from 255 or 4.39% from 296); Max value from RGB is 186 - color contains mainly: red. Hex color #BA610D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA610D is #459EF2. Grayscale: #727272. Windows color (decimal): -4562675 or 876986. OLE color: 876986.
HSL color Cylindrical-coordinate representation of color #BA610D: hue angle of 29.13º 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 #BA610D is Cyan = 0, Magento = 0.48, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 97 | 13 | - |
| CMYK | 0 | 0.48 | 0.93 | 0.27 |
| HSL | 29.13º | 0.87% | 0.39% | - |
| HSV(B) | 29.13º | 0.93% | 0.73% | - |
| XYZ | 24.6 | 19.02 | 2.76 | - |
| YUV | 114.04 | 70.99 | 179.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 97 | 13 | 0 | 0.48 | 0.93 | 0.27 | 29.13 | 0.87 | 0.39 |
| Hex | BA | 61 | D | 0 | 30 | 5D | 1B | 1D | 57 | 27 |
| Octal | 272 | 141 | 15 | 0 | 60 | 135 | 33 | 35 | 127 | 47 |
| Binary | 10111010 | 1100001 | 1101 | 0 | 110000 | 1011101 | 11011 | 11101 | 1010111 | 100111 |
Color Harmonies of #BA610D
Complementary color
Monochromatic Colors of #BA610D
Black with #BA610D
Text Example
Text Example
White with #BA610D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA610D; }
p { color: rgb(186,97,13); }
H1.HeaderClassName
{
color: #BA610D;
}
.AnyTagClassName
{
color: #BA610D;
}
</style>
background-color css
<style>
a { background-color: #BA610D; }
a { background-color: rgb(186,97,13); }
div.DivClassName
{
background-color: #BA610D;
}
.BgClassName
{
background-color: #BA610D;
}
</style>
border-color css
<style>
span { border-color: #BA610D; }
span { border-color: rgb(186,97,13); }
td.TdClassName
{
border-color: #BA610D;
}
.TagClassName
{
border-color: #BA610D;
}
</style>