Shades of Tenne (Tawny) #BA580C
Tints of Tenne (Tawny) #BA580C
RGB
CMYK
RGB Variations
Color information
#BA580C (or 0xBA580C) is known color: Tenne (Tawny). HEX triplet: BA, 58 and 0C. RGB value is (186,88,12). Sum of RGB (Red+Green+Blue) = 186+88+12=286 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.03% from 286); Green value is 88 (34.77% from 255 or 30.77% from 286); Blue value is 12 (5.08% from 255 or 4.20% from 286); Max value from RGB is 186 - color contains mainly: red. Hex color #BA580C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA580C is #45A7F3. Grayscale: #6D6D6D. Windows color (decimal): -4564980 or 809146. OLE color: 809146.
HSL color Cylindrical-coordinate representation of color #BA580C: hue angle of 26.21º degrees, saturation: 0.88, 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 #BA580C is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 88 | 12 | - |
| CMYK | 0 | 0.53 | 0.94 | 0.27 |
| HSL | 26.21º | 0.88% | 0.39% | - |
| HSV(B) | 26.21º | 0.94% | 0.73% | - |
| XYZ | 23.81 | 17.45 | 2.46 | - |
| YUV | 108.64 | 73.47 | 183.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 88 | 12 | 0 | 0.53 | 0.94 | 0.27 | 26.21 | 0.88 | 0.39 |
| Hex | BA | 58 | C | 0 | 35 | 5E | 1B | 1A | 58 | 27 |
| Octal | 272 | 130 | 14 | 0 | 65 | 136 | 33 | 32 | 130 | 47 |
| Binary | 10111010 | 1011000 | 1100 | 0 | 110101 | 1011110 | 11011 | 11010 | 1011000 | 100111 |
Color Harmonies of #BA580C
Complementary color
Monochromatic Colors of #BA580C
Black with #BA580C
Text Example
Text Example
White with #BA580C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA580C; }
p { color: rgb(186,88,12); }
H1.HeaderClassName
{
color: #BA580C;
}
.AnyTagClassName
{
color: #BA580C;
}
</style>
background-color css
<style>
a { background-color: #BA580C; }
a { background-color: rgb(186,88,12); }
div.DivClassName
{
background-color: #BA580C;
}
.BgClassName
{
background-color: #BA580C;
}
</style>
border-color css
<style>
span { border-color: #BA580C; }
span { border-color: rgb(186,88,12); }
td.TdClassName
{
border-color: #BA580C;
}
.TagClassName
{
border-color: #BA580C;
}
</style>