Shades of Tenne (Tawny) #BA5800
Tints of Tenne (Tawny) #BA5800
RGB
CMYK
RGB Variations
Color information
#BA5800 (or 0xBA5800) is known color: Tenne (Tawny). HEX triplet: BA, 58 and 00. RGB value is (186,88,0). Sum of RGB (Red+Green+Blue) = 186+88+0=274 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.88% from 274); Green value is 88 (34.77% from 255 or 32.12% from 274); Blue value is 0 (0.39% from 255 or 0% from 274); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5800 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5800 is #45A7FF. Grayscale: #6B6B6B. Windows color (decimal): -4564992 or 22714. OLE color: 22714.
HSL color Cylindrical-coordinate representation of color #BA5800: hue angle of 28.39º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA5800 is Cyan = 0, Magento = 0.53, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 88 | 0 | - |
| CMYK | 0 | 0.53 | 1 | 0.27 |
| HSL | 28.39º | 1% | 0.36% | - |
| HSV(B) | 28.39º | 1% | 0.73% | - |
| XYZ | 23.74 | 17.42 | 2.11 | - |
| YUV | 107.27 | 67.47 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 88 | 0 | 0 | 0.53 | 1 | 0.27 | 28.39 | 1 | 0.36 |
| Hex | BA | 58 | 0 | 0 | 35 | 64 | 1B | 1C | 64 | 24 |
| Octal | 272 | 130 | 0 | 0 | 65 | 144 | 33 | 34 | 144 | 44 |
| Binary | 10111010 | 1011000 | 0 | 0 | 110101 | 1100100 | 11011 | 11100 | 1100100 | 100100 |
Color Harmonies of #BA5800
Complementary color
Monochromatic Colors of #BA5800
Black with #BA5800
Text Example
Text Example
White with #BA5800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5800; }
p { color: rgb(186,88,0); }
H1.HeaderClassName
{
color: #BA5800;
}
.AnyTagClassName
{
color: #BA5800;
}
</style>
background-color css
<style>
a { background-color: #BA5800; }
a { background-color: rgb(186,88,0); }
div.DivClassName
{
background-color: #BA5800;
}
.BgClassName
{
background-color: #BA5800;
}
</style>
border-color css
<style>
span { border-color: #BA5800; }
span { border-color: rgb(186,88,0); }
td.TdClassName
{
border-color: #BA5800;
}
.TagClassName
{
border-color: #BA5800;
}
</style>