Shades of Tenne (Tawny) #BA6310
Tints of Tenne (Tawny) #BA6310
RGB
CMYK
RGB Variations
Color information
#BA6310 (or 0xBA6310) is known color: Tenne (Tawny). HEX triplet: BA, 63 and 10. RGB value is (186,99,16). Sum of RGB (Red+Green+Blue) = 186+99+16=301 (39% of max value = 765). Red value is 186 (73.05% from 255 or 61.79% from 301); Green value is 99 (39.06% from 255 or 32.89% from 301); Blue value is 16 (6.64% from 255 or 5.32% from 301); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6310 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6310 is #459CEF. Grayscale: #737373. Windows color (decimal): -4562160 or 1074106. OLE color: 1074106.
HSL color Cylindrical-coordinate representation of color #BA6310: hue angle of 29.29º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA6310 is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 99 | 16 | - |
| CMYK | 0 | 0.47 | 0.91 | 0.27 |
| HSL | 29.29º | 0.84% | 0.4% | - |
| HSV(B) | 29.29º | 0.91% | 0.73% | - |
| XYZ | 24.81 | 19.4 | 2.93 | - |
| YUV | 115.55 | 71.82 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 99 | 16 | 0 | 0.47 | 0.91 | 0.27 | 29.29 | 0.84 | 0.4 |
| Hex | BA | 63 | 10 | 0 | 2F | 5B | 1B | 1D | 54 | 28 |
| Octal | 272 | 143 | 20 | 0 | 57 | 133 | 33 | 35 | 124 | 50 |
| Binary | 10111010 | 1100011 | 10000 | 0 | 101111 | 1011011 | 11011 | 11101 | 1010100 | 101000 |
Color Harmonies of #BA6310
Complementary color
Monochromatic Colors of #BA6310
Black with #BA6310
Text Example
Text Example
White with #BA6310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6310; }
p { color: rgb(186,99,16); }
H1.HeaderClassName
{
color: #BA6310;
}
.AnyTagClassName
{
color: #BA6310;
}
</style>
background-color css
<style>
a { background-color: #BA6310; }
a { background-color: rgb(186,99,16); }
div.DivClassName
{
background-color: #BA6310;
}
.BgClassName
{
background-color: #BA6310;
}
</style>
border-color css
<style>
span { border-color: #BA6310; }
span { border-color: rgb(186,99,16); }
td.TdClassName
{
border-color: #BA6310;
}
.TagClassName
{
border-color: #BA6310;
}
</style>