Shades of Tenne (Tawny) #BA5808
Tints of Tenne (Tawny) #BA5808
RGB
CMYK
RGB Variations
Color information
#BA5808 (or 0xBA5808) is known color: Tenne (Tawny). HEX triplet: BA, 58 and 08. RGB value is (186,88,8). Sum of RGB (Red+Green+Blue) = 186+88+8=282 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.96% from 282); Green value is 88 (34.77% from 255 or 31.21% from 282); Blue value is 8 (3.52% from 255 or 2.84% from 282); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5808 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5808 is #45A7F7. Grayscale: #6C6C6C. Windows color (decimal): -4564984 or 547002. OLE color: 547002.
HSL color Cylindrical-coordinate representation of color #BA5808: hue angle of 26.97º 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 #BA5808 is Cyan = 0, Magento = 0.53, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 88 | 8 | - |
| CMYK | 0 | 0.53 | 0.96 | 0.27 |
| HSL | 26.97º | 0.92% | 0.38% | - |
| HSV(B) | 26.97º | 0.96% | 0.73% | - |
| XYZ | 23.78 | 17.44 | 2.34 | - |
| YUV | 108.18 | 71.47 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 88 | 8 | 0 | 0.53 | 0.96 | 0.27 | 26.97 | 0.92 | 0.38 |
| Hex | BA | 58 | 8 | 0 | 35 | 60 | 1B | 1B | 5C | 26 |
| Octal | 272 | 130 | 10 | 0 | 65 | 140 | 33 | 33 | 134 | 46 |
| Binary | 10111010 | 1011000 | 1000 | 0 | 110101 | 1100000 | 11011 | 11011 | 1011100 | 100110 |
Color Harmonies of #BA5808
Complementary color
Monochromatic Colors of #BA5808
Black with #BA5808
Text Example
Text Example
White with #BA5808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5808; }
p { color: rgb(186,88,8); }
H1.HeaderClassName
{
color: #BA5808;
}
.AnyTagClassName
{
color: #BA5808;
}
</style>
background-color css
<style>
a { background-color: #BA5808; }
a { background-color: rgb(186,88,8); }
div.DivClassName
{
background-color: #BA5808;
}
.BgClassName
{
background-color: #BA5808;
}
</style>
border-color css
<style>
span { border-color: #BA5808; }
span { border-color: rgb(186,88,8); }
td.TdClassName
{
border-color: #BA5808;
}
.TagClassName
{
border-color: #BA5808;
}
</style>