Shades of Tenne (Tawny) #BA580A
Tints of Tenne (Tawny) #BA580A
RGB
CMYK
RGB Variations
Color information
#BA580A (or 0xBA580A) is known color: Tenne (Tawny). HEX triplet: BA, 58 and 0A. RGB value is (186,88,10). Sum of RGB (Red+Green+Blue) = 186+88+10=284 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.49% from 284); Green value is 88 (34.77% from 255 or 30.99% from 284); Blue value is 10 (4.30% from 255 or 3.52% from 284); Max value from RGB is 186 - color contains mainly: red. Hex color #BA580A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA580A is #45A7F5. Grayscale: #6C6C6C. Windows color (decimal): -4564982 or 678074. OLE color: 678074.
HSL color Cylindrical-coordinate representation of color #BA580A: hue angle of 26.59º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA580A is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 88 | 10 | - |
| CMYK | 0 | 0.53 | 0.95 | 0.27 |
| HSL | 26.59º | 0.9% | 0.38% | - |
| HSV(B) | 26.59º | 0.95% | 0.73% | - |
| XYZ | 23.79 | 17.44 | 2.4 | - |
| YUV | 108.41 | 72.47 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 88 | 10 | 0 | 0.53 | 0.95 | 0.27 | 26.59 | 0.9 | 0.38 |
| Hex | BA | 58 | A | 0 | 35 | 5F | 1B | 1B | 5A | 26 |
| Octal | 272 | 130 | 12 | 0 | 65 | 137 | 33 | 33 | 132 | 46 |
| Binary | 10111010 | 1011000 | 1010 | 0 | 110101 | 1011111 | 11011 | 11011 | 1011010 | 100110 |
Color Harmonies of #BA580A
Complementary color
Monochromatic Colors of #BA580A
Black with #BA580A
Text Example
Text Example
White with #BA580A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA580A; }
p { color: rgb(186,88,10); }
H1.HeaderClassName
{
color: #BA580A;
}
.AnyTagClassName
{
color: #BA580A;
}
</style>
background-color css
<style>
a { background-color: #BA580A; }
a { background-color: rgb(186,88,10); }
div.DivClassName
{
background-color: #BA580A;
}
.BgClassName
{
background-color: #BA580A;
}
</style>
border-color css
<style>
span { border-color: #BA580A; }
span { border-color: rgb(186,88,10); }
td.TdClassName
{
border-color: #BA580A;
}
.TagClassName
{
border-color: #BA580A;
}
</style>