Shades of Tenne (Tawny) #BA6508
Tints of Tenne (Tawny) #BA6508
RGB
CMYK
RGB Variations
Color information
#BA6508 (or 0xBA6508) is known color: Tenne (Tawny). HEX triplet: BA, 65 and 08. RGB value is (186,101,8). Sum of RGB (Red+Green+Blue) = 186+101+8=295 (39% of max value = 765). Red value is 186 (73.05% from 255 or 63.05% from 295); Green value is 101 (39.84% from 255 or 34.24% from 295); Blue value is 8 (3.52% from 255 or 2.71% from 295); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6508 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6508 is #459AF7. Grayscale: #747474. Windows color (decimal): -4561656 or 550330. OLE color: 550330.
HSL color Cylindrical-coordinate representation of color #BA6508: hue angle of 31.35º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA6508 is Cyan = 0, Magento = 0.46, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 101 | 8 | - |
| CMYK | 0 | 0.46 | 0.96 | 0.27 |
| HSL | 31.35º | 0.92% | 0.38% | - |
| HSV(B) | 31.35º | 0.96% | 0.73% | - |
| XYZ | 24.95 | 19.76 | 2.73 | - |
| YUV | 115.81 | 67.16 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 101 | 8 | 0 | 0.46 | 0.96 | 0.27 | 31.35 | 0.92 | 0.38 |
| Hex | BA | 65 | 8 | 0 | 2E | 60 | 1B | 1F | 5C | 26 |
| Octal | 272 | 145 | 10 | 0 | 56 | 140 | 33 | 37 | 134 | 46 |
| Binary | 10111010 | 1100101 | 1000 | 0 | 101110 | 1100000 | 11011 | 11111 | 1011100 | 100110 |
Color Harmonies of #BA6508
Complementary color
Monochromatic Colors of #BA6508
Black with #BA6508
Text Example
Text Example
White with #BA6508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6508; }
p { color: rgb(186,101,8); }
H1.HeaderClassName
{
color: #BA6508;
}
.AnyTagClassName
{
color: #BA6508;
}
</style>
background-color css
<style>
a { background-color: #BA6508; }
a { background-color: rgb(186,101,8); }
div.DivClassName
{
background-color: #BA6508;
}
.BgClassName
{
background-color: #BA6508;
}
</style>
border-color css
<style>
span { border-color: #BA6508; }
span { border-color: rgb(186,101,8); }
td.TdClassName
{
border-color: #BA6508;
}
.TagClassName
{
border-color: #BA6508;
}
</style>