Shades of Tuscany #BA6544
Tints of Tuscany #BA6544
RGB
CMYK
RGB Variations
Color information
#BA6544 (or 0xBA6544) is known color: Tuscany. HEX triplet: BA, 65 and 44. RGB value is (186,101,68). Sum of RGB (Red+Green+Blue) = 186+101+68=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 101 (39.84% from 255 or 28.45% from 355); Blue value is 68 (26.95% from 255 or 19.15% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6544 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6544 is #459ABB. Grayscale: #7A7A7A. Windows color (decimal): -4561596 or 4482490. OLE color: 4482490.
HSL color Cylindrical-coordinate representation of color #BA6544: hue angle of 16.78º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA6544 is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 101 | 68 | - |
| CMYK | 0 | 0.46 | 0.63 | 0.27 |
| HSL | 16.78º | 0.46% | 0.5% | - |
| HSV(B) | 16.78º | 0.63% | 0.73% | - |
| XYZ | 25.95 | 20.16 | 7.99 | - |
| YUV | 122.65 | 97.16 | 173.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 101 | 68 | 0 | 0.46 | 0.63 | 0.27 | 16.78 | 0.46 | 0.5 |
| Hex | BA | 65 | 44 | 0 | 2E | 3F | 1B | 11 | 2E | 32 |
| Octal | 272 | 145 | 104 | 0 | 56 | 77 | 33 | 21 | 56 | 62 |
| Binary | 10111010 | 1100101 | 1000100 | 0 | 101110 | 111111 | 11011 | 10001 | 101110 | 110010 |
Color Harmonies of #BA6544
Complementary color
Monochromatic Colors of #BA6544
Black with #BA6544
Text Example
Text Example
White with #BA6544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6544; }
p { color: rgb(186,101,68); }
H1.HeaderClassName
{
color: #BA6544;
}
.AnyTagClassName
{
color: #BA6544;
}
</style>
background-color css
<style>
a { background-color: #BA6544; }
a { background-color: rgb(186,101,68); }
div.DivClassName
{
background-color: #BA6544;
}
.BgClassName
{
background-color: #BA6544;
}
</style>
border-color css
<style>
span { border-color: #BA6544; }
span { border-color: rgb(186,101,68); }
td.TdClassName
{
border-color: #BA6544;
}
.TagClassName
{
border-color: #BA6544;
}
</style>