Shades of Tenne (Tawny) #BA5A04
Tints of Tenne (Tawny) #BA5A04
RGB
CMYK
RGB Variations
Color information
#BA5A04 (or 0xBA5A04) is known color: Tenne (Tawny). HEX triplet: BA, 5A and 04. RGB value is (186,90,4). Sum of RGB (Red+Green+Blue) = 186+90+4=280 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.43% from 280); Green value is 90 (35.55% from 255 or 32.14% from 280); Blue value is 4 (1.95% from 255 or 1.43% from 280); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5A04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5A04 is #45A5FB. Grayscale: #6D6D6D. Windows color (decimal): -4564476 or 285370. OLE color: 285370.
HSL color Cylindrical-coordinate representation of color #BA5A04: hue angle of 28.35º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA5A04 is Cyan = 0, Magento = 0.52, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 90 | 4 | - |
| CMYK | 0 | 0.52 | 0.98 | 0.27 |
| HSL | 28.35º | 0.96% | 0.37% | - |
| HSV(B) | 28.35º | 0.98% | 0.73% | - |
| XYZ | 23.93 | 17.76 | 2.28 | - |
| YUV | 108.9 | 68.8 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 90 | 4 | 0 | 0.52 | 0.98 | 0.27 | 28.35 | 0.96 | 0.37 |
| Hex | BA | 5A | 4 | 0 | 34 | 62 | 1B | 1C | 60 | 25 |
| Octal | 272 | 132 | 4 | 0 | 64 | 142 | 33 | 34 | 140 | 45 |
| Binary | 10111010 | 1011010 | 100 | 0 | 110100 | 1100010 | 11011 | 11100 | 1100000 | 100101 |
Color Harmonies of #BA5A04
Complementary color
Monochromatic Colors of #BA5A04
Black with #BA5A04
Text Example
Text Example
White with #BA5A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5A04; }
p { color: rgb(186,90,4); }
H1.HeaderClassName
{
color: #BA5A04;
}
.AnyTagClassName
{
color: #BA5A04;
}
</style>
background-color css
<style>
a { background-color: #BA5A04; }
a { background-color: rgb(186,90,4); }
div.DivClassName
{
background-color: #BA5A04;
}
.BgClassName
{
background-color: #BA5A04;
}
</style>
border-color css
<style>
span { border-color: #BA5A04; }
span { border-color: rgb(186,90,4); }
td.TdClassName
{
border-color: #BA5A04;
}
.TagClassName
{
border-color: #BA5A04;
}
</style>