Shades of Tenne (Tawny) #BA6105
Tints of Tenne (Tawny) #BA6105
RGB
CMYK
RGB Variations
Color information
#BA6105 (or 0xBA6105) is known color: Tenne (Tawny). HEX triplet: BA, 61 and 05. RGB value is (186,97,5). Sum of RGB (Red+Green+Blue) = 186+97+5=288 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.58% from 288); Green value is 97 (38.28% from 255 or 33.68% from 288); Blue value is 5 (2.34% from 255 or 1.74% from 288); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6105 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6105 is #459EFA. Grayscale: #717171. Windows color (decimal): -4562683 or 352698. OLE color: 352698.
HSL color Cylindrical-coordinate representation of color #BA6105: hue angle of 30.5º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA6105 is Cyan = 0, Magento = 0.48, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 97 | 5 | - |
| CMYK | 0 | 0.48 | 0.97 | 0.27 |
| HSL | 30.5º | 0.95% | 0.37% | - |
| HSV(B) | 30.5º | 0.97% | 0.73% | - |
| XYZ | 24.55 | 19 | 2.52 | - |
| YUV | 113.12 | 66.99 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 97 | 5 | 0 | 0.48 | 0.97 | 0.27 | 30.5 | 0.95 | 0.37 |
| Hex | BA | 61 | 5 | 0 | 30 | 61 | 1B | 1E | 5F | 25 |
| Octal | 272 | 141 | 5 | 0 | 60 | 141 | 33 | 36 | 137 | 45 |
| Binary | 10111010 | 1100001 | 101 | 0 | 110000 | 1100001 | 11011 | 11110 | 1011111 | 100101 |
Color Harmonies of #BA6105
Complementary color
Monochromatic Colors of #BA6105
Black with #BA6105
Text Example
Text Example
White with #BA6105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6105; }
p { color: rgb(186,97,5); }
H1.HeaderClassName
{
color: #BA6105;
}
.AnyTagClassName
{
color: #BA6105;
}
</style>
background-color css
<style>
a { background-color: #BA6105; }
a { background-color: rgb(186,97,5); }
div.DivClassName
{
background-color: #BA6105;
}
.BgClassName
{
background-color: #BA6105;
}
</style>
border-color css
<style>
span { border-color: #BA6105; }
span { border-color: rgb(186,97,5); }
td.TdClassName
{
border-color: #BA6105;
}
.TagClassName
{
border-color: #BA6105;
}
</style>