Shades of Tenne (Tawny) #BA5908
Tints of Tenne (Tawny) #BA5908
RGB
CMYK
RGB Variations
Color information
#BA5908 (or 0xBA5908) is known color: Tenne (Tawny). HEX triplet: BA, 59 and 08. RGB value is (186,89,8). Sum of RGB (Red+Green+Blue) = 186+89+8=283 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.72% from 283); Green value is 89 (35.16% from 255 or 31.45% from 283); Blue value is 8 (3.52% from 255 or 2.83% from 283); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5908 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5908 is #45A6F7. Grayscale: #6D6D6D. Windows color (decimal): -4564728 or 547258. OLE color: 547258.
HSL color Cylindrical-coordinate representation of color #BA5908: hue angle of 27.3º 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 #BA5908 is Cyan = 0, Magento = 0.52, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 89 | 8 | - |
| CMYK | 0 | 0.52 | 0.96 | 0.27 |
| HSL | 27.3º | 0.92% | 0.38% | - |
| HSV(B) | 27.3º | 0.96% | 0.73% | - |
| XYZ | 23.87 | 17.6 | 2.37 | - |
| YUV | 108.77 | 71.14 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 89 | 8 | 0 | 0.52 | 0.96 | 0.27 | 27.3 | 0.92 | 0.38 |
| Hex | BA | 59 | 8 | 0 | 34 | 60 | 1B | 1B | 5C | 26 |
| Octal | 272 | 131 | 10 | 0 | 64 | 140 | 33 | 33 | 134 | 46 |
| Binary | 10111010 | 1011001 | 1000 | 0 | 110100 | 1100000 | 11011 | 11011 | 1011100 | 100110 |
Color Harmonies of #BA5908
Complementary color
Monochromatic Colors of #BA5908
Black with #BA5908
Text Example
Text Example
White with #BA5908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5908; }
p { color: rgb(186,89,8); }
H1.HeaderClassName
{
color: #BA5908;
}
.AnyTagClassName
{
color: #BA5908;
}
</style>
background-color css
<style>
a { background-color: #BA5908; }
a { background-color: rgb(186,89,8); }
div.DivClassName
{
background-color: #BA5908;
}
.BgClassName
{
background-color: #BA5908;
}
</style>
border-color css
<style>
span { border-color: #BA5908; }
span { border-color: rgb(186,89,8); }
td.TdClassName
{
border-color: #BA5908;
}
.TagClassName
{
border-color: #BA5908;
}
</style>