Shades of Tenne (Tawny) #BA580B
Tints of Tenne (Tawny) #BA580B
RGB
CMYK
RGB Variations
Color information
#BA580B (or 0xBA580B) is known color: Tenne (Tawny). HEX triplet: BA, 58 and 0B. RGB value is (186,88,11). Sum of RGB (Red+Green+Blue) = 186+88+11=285 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.26% from 285); Green value is 88 (34.77% from 255 or 30.88% from 285); Blue value is 11 (4.69% from 255 or 3.86% from 285); Max value from RGB is 186 - color contains mainly: red. Hex color #BA580B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA580B is #45A7F4. Grayscale: #6C6C6C. Windows color (decimal): -4564981 or 743610. OLE color: 743610.
HSL color Cylindrical-coordinate representation of color #BA580B: hue angle of 26.4º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA580B is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 88 | 11 | - |
| CMYK | 0 | 0.53 | 0.94 | 0.27 |
| HSL | 26.4º | 0.89% | 0.39% | - |
| HSV(B) | 26.4º | 0.94% | 0.73% | - |
| XYZ | 23.8 | 17.44 | 2.43 | - |
| YUV | 108.52 | 72.97 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 88 | 11 | 0 | 0.53 | 0.94 | 0.27 | 26.4 | 0.89 | 0.39 |
| Hex | BA | 58 | B | 0 | 35 | 5E | 1B | 1A | 59 | 27 |
| Octal | 272 | 130 | 13 | 0 | 65 | 136 | 33 | 32 | 131 | 47 |
| Binary | 10111010 | 1011000 | 1011 | 0 | 110101 | 1011110 | 11011 | 11010 | 1011001 | 100111 |
Color Harmonies of #BA580B
Complementary color
Monochromatic Colors of #BA580B
Black with #BA580B
Text Example
Text Example
White with #BA580B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA580B; }
p { color: rgb(186,88,11); }
H1.HeaderClassName
{
color: #BA580B;
}
.AnyTagClassName
{
color: #BA580B;
}
</style>
background-color css
<style>
a { background-color: #BA580B; }
a { background-color: rgb(186,88,11); }
div.DivClassName
{
background-color: #BA580B;
}
.BgClassName
{
background-color: #BA580B;
}
</style>
border-color css
<style>
span { border-color: #BA580B; }
span { border-color: rgb(186,88,11); }
td.TdClassName
{
border-color: #BA580B;
}
.TagClassName
{
border-color: #BA580B;
}
</style>