Shades of Tenne (Tawny) #BA5A10
Tints of Tenne (Tawny) #BA5A10
RGB
CMYK
RGB Variations
Color information
#BA5A10 (or 0xBA5A10) is known color: Tenne (Tawny). HEX triplet: BA, 5A and 10. RGB value is (186,90,16). Sum of RGB (Red+Green+Blue) = 186+90+16=292 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.70% from 292); Green value is 90 (35.55% from 255 or 30.82% from 292); Blue value is 16 (6.64% from 255 or 5.48% from 292); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5A10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5A10 is #45A5EF. Grayscale: #6E6E6E. Windows color (decimal): -4564464 or 1071802. OLE color: 1071802.
HSL color Cylindrical-coordinate representation of color #BA5A10: hue angle of 26.12º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA5A10 is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 90 | 16 | - |
| CMYK | 0 | 0.52 | 0.91 | 0.27 |
| HSL | 26.12º | 0.84% | 0.4% | - |
| HSV(B) | 26.12º | 0.91% | 0.73% | - |
| XYZ | 24 | 17.79 | 2.66 | - |
| YUV | 110.27 | 74.8 | 182.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 90 | 16 | 0 | 0.52 | 0.91 | 0.27 | 26.12 | 0.84 | 0.4 |
| Hex | BA | 5A | 10 | 0 | 34 | 5B | 1B | 1A | 54 | 28 |
| Octal | 272 | 132 | 20 | 0 | 64 | 133 | 33 | 32 | 124 | 50 |
| Binary | 10111010 | 1011010 | 10000 | 0 | 110100 | 1011011 | 11011 | 11010 | 1010100 | 101000 |
Color Harmonies of #BA5A10
Complementary color
Monochromatic Colors of #BA5A10
Black with #BA5A10
Text Example
Text Example
White with #BA5A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5A10; }
p { color: rgb(186,90,16); }
H1.HeaderClassName
{
color: #BA5A10;
}
.AnyTagClassName
{
color: #BA5A10;
}
</style>
background-color css
<style>
a { background-color: #BA5A10; }
a { background-color: rgb(186,90,16); }
div.DivClassName
{
background-color: #BA5A10;
}
.BgClassName
{
background-color: #BA5A10;
}
</style>
border-color css
<style>
span { border-color: #BA5A10; }
span { border-color: rgb(186,90,16); }
td.TdClassName
{
border-color: #BA5A10;
}
.TagClassName
{
border-color: #BA5A10;
}
</style>