Shades of Tenne (Tawny) #BA5804
Tints of Tenne (Tawny) #BA5804
RGB
CMYK
RGB Variations
Color information
#BA5804 (or 0xBA5804) is known color: Tenne (Tawny). HEX triplet: BA, 58 and 04. RGB value is (186,88,4). Sum of RGB (Red+Green+Blue) = 186+88+4=278 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.91% from 278); Green value is 88 (34.77% from 255 or 31.65% from 278); Blue value is 4 (1.95% from 255 or 1.44% from 278); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5804 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5804 is #45A7FB. Grayscale: #6C6C6C. Windows color (decimal): -4564988 or 284858. OLE color: 284858.
HSL color Cylindrical-coordinate representation of color #BA5804: hue angle of 27.69º 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 #BA5804 is Cyan = 0, Magento = 0.53, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 88 | 4 | - |
| CMYK | 0 | 0.53 | 0.98 | 0.27 |
| HSL | 27.69º | 0.96% | 0.37% | - |
| HSV(B) | 27.69º | 0.98% | 0.73% | - |
| XYZ | 23.76 | 17.43 | 2.23 | - |
| YUV | 107.73 | 69.47 | 183.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 88 | 4 | 0 | 0.53 | 0.98 | 0.27 | 27.69 | 0.96 | 0.37 |
| Hex | BA | 58 | 4 | 0 | 35 | 62 | 1B | 1C | 60 | 25 |
| Octal | 272 | 130 | 4 | 0 | 65 | 142 | 33 | 34 | 140 | 45 |
| Binary | 10111010 | 1011000 | 100 | 0 | 110101 | 1100010 | 11011 | 11100 | 1100000 | 100101 |
Color Harmonies of #BA5804
Complementary color
Monochromatic Colors of #BA5804
Black with #BA5804
Text Example
Text Example
White with #BA5804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5804; }
p { color: rgb(186,88,4); }
H1.HeaderClassName
{
color: #BA5804;
}
.AnyTagClassName
{
color: #BA5804;
}
</style>
background-color css
<style>
a { background-color: #BA5804; }
a { background-color: rgb(186,88,4); }
div.DivClassName
{
background-color: #BA5804;
}
.BgClassName
{
background-color: #BA5804;
}
</style>
border-color css
<style>
span { border-color: #BA5804; }
span { border-color: rgb(186,88,4); }
td.TdClassName
{
border-color: #BA5804;
}
.TagClassName
{
border-color: #BA5804;
}
</style>