Shades of Tenne (Tawny) #BA6708
Tints of Tenne (Tawny) #BA6708
RGB
CMYK
RGB Variations
Color information
#BA6708 (or 0xBA6708) is known color: Tenne (Tawny). HEX triplet: BA, 67 and 08. RGB value is (186,103,8). Sum of RGB (Red+Green+Blue) = 186+103+8=297 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.63% from 297); Green value is 103 (40.62% from 255 or 34.68% from 297); Blue value is 8 (3.52% from 255 or 2.69% from 297); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6708 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6708 is #4598F7. Grayscale: #757575. Windows color (decimal): -4561144 or 550842. OLE color: 550842.
HSL color Cylindrical-coordinate representation of color #BA6708: hue angle of 32.02º 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 #BA6708 is Cyan = 0, Magento = 0.45, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 103 | 8 | - |
| CMYK | 0 | 0.45 | 0.96 | 0.27 |
| HSL | 32.02º | 0.92% | 0.38% | - |
| HSV(B) | 32.02º | 0.96% | 0.73% | - |
| XYZ | 25.14 | 20.16 | 2.8 | - |
| YUV | 116.99 | 66.5 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 103 | 8 | 0 | 0.45 | 0.96 | 0.27 | 32.02 | 0.92 | 0.38 |
| Hex | BA | 67 | 8 | 0 | 2D | 60 | 1B | 20 | 5C | 26 |
| Octal | 272 | 147 | 10 | 0 | 55 | 140 | 33 | 40 | 134 | 46 |
| Binary | 10111010 | 1100111 | 1000 | 0 | 101101 | 1100000 | 11011 | 100000 | 1011100 | 100110 |
Color Harmonies of #BA6708
Complementary color
Monochromatic Colors of #BA6708
Black with #BA6708
Text Example
Text Example
White with #BA6708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6708; }
p { color: rgb(186,103,8); }
H1.HeaderClassName
{
color: #BA6708;
}
.AnyTagClassName
{
color: #BA6708;
}
</style>
background-color css
<style>
a { background-color: #BA6708; }
a { background-color: rgb(186,103,8); }
div.DivClassName
{
background-color: #BA6708;
}
.BgClassName
{
background-color: #BA6708;
}
</style>
border-color css
<style>
span { border-color: #BA6708; }
span { border-color: rgb(186,103,8); }
td.TdClassName
{
border-color: #BA6708;
}
.TagClassName
{
border-color: #BA6708;
}
</style>