Shades of Tuscany #BA6645
Tints of Tuscany #BA6645
RGB
CMYK
RGB Variations
Color information
#BA6645 (or 0xBA6645) is known color: Tuscany. HEX triplet: BA, 66 and 45. RGB value is (186,102,69). Sum of RGB (Red+Green+Blue) = 186+102+69=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 69 (27.34% from 255 or 19.33% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6645 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6645 is #4599BA. Grayscale: #7B7B7B. Windows color (decimal): -4561339 or 4548282. OLE color: 4548282.
HSL color Cylindrical-coordinate representation of color #BA6645: hue angle of 16.92º 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 #BA6645 is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 102 | 69 | - |
| CMYK | 0 | 0.45 | 0.63 | 0.27 |
| HSL | 16.92º | 0.46% | 0.5% | - |
| HSV(B) | 16.92º | 0.63% | 0.73% | - |
| XYZ | 26.08 | 20.37 | 8.19 | - |
| YUV | 123.35 | 97.33 | 172.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 102 | 69 | 0 | 0.45 | 0.63 | 0.27 | 16.92 | 0.46 | 0.5 |
| Hex | BA | 66 | 45 | 0 | 2D | 3F | 1B | 11 | 2E | 32 |
| Octal | 272 | 146 | 105 | 0 | 55 | 77 | 33 | 21 | 56 | 62 |
| Binary | 10111010 | 1100110 | 1000101 | 0 | 101101 | 111111 | 11011 | 10001 | 101110 | 110010 |
Color Harmonies of #BA6645
Complementary color
Monochromatic Colors of #BA6645
Black with #BA6645
Text Example
Text Example
White with #BA6645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6645; }
p { color: rgb(186,102,69); }
H1.HeaderClassName
{
color: #BA6645;
}
.AnyTagClassName
{
color: #BA6645;
}
</style>
background-color css
<style>
a { background-color: #BA6645; }
a { background-color: rgb(186,102,69); }
div.DivClassName
{
background-color: #BA6645;
}
.BgClassName
{
background-color: #BA6645;
}
</style>
border-color css
<style>
span { border-color: #BA6645; }
span { border-color: rgb(186,102,69); }
td.TdClassName
{
border-color: #BA6645;
}
.TagClassName
{
border-color: #BA6645;
}
</style>