Shades of Tuscany #BA6441
Tints of Tuscany #BA6441
RGB
CMYK
RGB Variations
Color information
#BA6441 (or 0xBA6441) is known color: Tuscany. HEX triplet: BA, 64 and 41. RGB value is (186,100,65). Sum of RGB (Red+Green+Blue) = 186+100+65=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 100 (39.45% from 255 or 28.49% from 351); Blue value is 65 (25.78% from 255 or 18.52% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6441 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6441 is #459BBE. Grayscale: #797979. Windows color (decimal): -4561855 or 4285626. OLE color: 4285626.
HSL color Cylindrical-coordinate representation of color #BA6441: hue angle of 17.36º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA6441 is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 100 | 65 | - |
| CMYK | 0 | 0.46 | 0.65 | 0.27 |
| HSL | 17.36º | 0.48% | 0.49% | - |
| HSV(B) | 17.36º | 0.65% | 0.73% | - |
| XYZ | 25.76 | 19.94 | 7.49 | - |
| YUV | 121.72 | 95.99 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 100 | 65 | 0 | 0.46 | 0.65 | 0.27 | 17.36 | 0.48 | 0.49 |
| Hex | BA | 64 | 41 | 0 | 2E | 41 | 1B | 11 | 30 | 31 |
| Octal | 272 | 144 | 101 | 0 | 56 | 101 | 33 | 21 | 60 | 61 |
| Binary | 10111010 | 1100100 | 1000001 | 0 | 101110 | 1000001 | 11011 | 10001 | 110000 | 110001 |
Color Harmonies of #BA6441
Complementary color
Monochromatic Colors of #BA6441
Black with #BA6441
Text Example
Text Example
White with #BA6441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6441; }
p { color: rgb(186,100,65); }
H1.HeaderClassName
{
color: #BA6441;
}
.AnyTagClassName
{
color: #BA6441;
}
</style>
background-color css
<style>
a { background-color: #BA6441; }
a { background-color: rgb(186,100,65); }
div.DivClassName
{
background-color: #BA6441;
}
.BgClassName
{
background-color: #BA6441;
}
</style>
border-color css
<style>
span { border-color: #BA6441; }
span { border-color: rgb(186,100,65); }
td.TdClassName
{
border-color: #BA6441;
}
.TagClassName
{
border-color: #BA6441;
}
</style>