Shades of Tenne (Tawny) #BA5508
Tints of Tenne (Tawny) #BA5508
RGB
CMYK
RGB Variations
Color information
#BA5508 (or 0xBA5508) is known color: Tenne (Tawny). HEX triplet: BA, 55 and 08. RGB value is (186,85,8). Sum of RGB (Red+Green+Blue) = 186+85+8=279 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.67% from 279); Green value is 85 (33.59% from 255 or 30.47% from 279); Blue value is 8 (3.52% from 255 or 2.87% from 279); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5508 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5508 is #45AAF7. Grayscale: #6A6A6A. Windows color (decimal): -4565752 or 546234. OLE color: 546234.
HSL color Cylindrical-coordinate representation of color #BA5508: hue angle of 25.96º 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 #BA5508 is Cyan = 0, Magento = 0.54, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 85 | 8 | - |
| CMYK | 0 | 0.54 | 0.96 | 0.27 |
| HSL | 25.96º | 0.92% | 0.38% | - |
| HSV(B) | 25.96º | 0.96% | 0.73% | - |
| XYZ | 23.54 | 16.95 | 2.26 | - |
| YUV | 106.42 | 72.46 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 85 | 8 | 0 | 0.54 | 0.96 | 0.27 | 25.96 | 0.92 | 0.38 |
| Hex | BA | 55 | 8 | 0 | 36 | 60 | 1B | 1A | 5C | 26 |
| Octal | 272 | 125 | 10 | 0 | 66 | 140 | 33 | 32 | 134 | 46 |
| Binary | 10111010 | 1010101 | 1000 | 0 | 110110 | 1100000 | 11011 | 11010 | 1011100 | 100110 |
Color Harmonies of #BA5508
Complementary color
Monochromatic Colors of #BA5508
Black with #BA5508
Text Example
Text Example
White with #BA5508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5508; }
p { color: rgb(186,85,8); }
H1.HeaderClassName
{
color: #BA5508;
}
.AnyTagClassName
{
color: #BA5508;
}
</style>
background-color css
<style>
a { background-color: #BA5508; }
a { background-color: rgb(186,85,8); }
div.DivClassName
{
background-color: #BA5508;
}
.BgClassName
{
background-color: #BA5508;
}
</style>
border-color css
<style>
span { border-color: #BA5508; }
span { border-color: rgb(186,85,8); }
td.TdClassName
{
border-color: #BA5508;
}
.TagClassName
{
border-color: #BA5508;
}
</style>