Shades of Tenne (Tawny) #BA5E00
Tints of Tenne (Tawny) #BA5E00
RGB
CMYK
RGB Variations
Color information
#BA5E00 (or 0xBA5E00) is known color: Tenne (Tawny). HEX triplet: BA, 5E and 00. RGB value is (186,94,0). Sum of RGB (Red+Green+Blue) = 186+94+0=280 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.43% from 280); Green value is 94 (37.11% from 255 or 33.57% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5E00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5E00 is #45A1FF. Grayscale: #6F6F6F. Windows color (decimal): -4563456 or 24250. OLE color: 24250.
HSL color Cylindrical-coordinate representation of color #BA5E00: hue angle of 30.32º 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 #BA5E00 is Cyan = 0, Magento = 0.49, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 94 | 0 | - |
| CMYK | 0 | 0.49 | 1 | 0.27 |
| HSL | 30.32º | 1% | 0.36% | - |
| HSV(B) | 30.32º | 1% | 0.73% | - |
| XYZ | 24.25 | 18.44 | 2.28 | - |
| YUV | 110.79 | 65.48 | 181.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 94 | 0 | 0 | 0.49 | 1 | 0.27 | 30.32 | 1 | 0.36 |
| Hex | BA | 5E | 0 | 0 | 31 | 64 | 1B | 1E | 64 | 24 |
| Octal | 272 | 136 | 0 | 0 | 61 | 144 | 33 | 36 | 144 | 44 |
| Binary | 10111010 | 1011110 | 0 | 0 | 110001 | 1100100 | 11011 | 11110 | 1100100 | 100100 |
Color Harmonies of #BA5E00
Complementary color
Monochromatic Colors of #BA5E00
Black with #BA5E00
Text Example
Text Example
White with #BA5E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5E00; }
p { color: rgb(186,94,0); }
H1.HeaderClassName
{
color: #BA5E00;
}
.AnyTagClassName
{
color: #BA5E00;
}
</style>
background-color css
<style>
a { background-color: #BA5E00; }
a { background-color: rgb(186,94,0); }
div.DivClassName
{
background-color: #BA5E00;
}
.BgClassName
{
background-color: #BA5E00;
}
</style>
border-color css
<style>
span { border-color: #BA5E00; }
span { border-color: rgb(186,94,0); }
td.TdClassName
{
border-color: #BA5E00;
}
.TagClassName
{
border-color: #BA5E00;
}
</style>