Shades of Tuscany #BA6443
Tints of Tuscany #BA6443
RGB
CMYK
RGB Variations
Color information
#BA6443 (or 0xBA6443) is known color: Tuscany. HEX triplet: BA, 64 and 43. RGB value is (186,100,67). Sum of RGB (Red+Green+Blue) = 186+100+67=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 100 (39.45% from 255 or 28.33% from 353); Blue value is 67 (26.56% from 255 or 18.98% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6443 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6443 is #459BBC. Grayscale: #7A7A7A. Windows color (decimal): -4561853 or 4416698. OLE color: 4416698.
HSL color Cylindrical-coordinate representation of color #BA6443: hue angle of 16.64º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA6443 is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 100 | 67 | - |
| CMYK | 0 | 0.46 | 0.64 | 0.27 |
| HSL | 16.64º | 0.47% | 0.5% | - |
| HSV(B) | 16.64º | 0.64% | 0.73% | - |
| XYZ | 25.82 | 19.96 | 7.8 | - |
| YUV | 121.95 | 96.99 | 173.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 100 | 67 | 0 | 0.46 | 0.64 | 0.27 | 16.64 | 0.47 | 0.5 |
| Hex | BA | 64 | 43 | 0 | 2E | 40 | 1B | 11 | 2F | 32 |
| Octal | 272 | 144 | 103 | 0 | 56 | 100 | 33 | 21 | 57 | 62 |
| Binary | 10111010 | 1100100 | 1000011 | 0 | 101110 | 1000000 | 11011 | 10001 | 101111 | 110010 |
Color Harmonies of #BA6443
Complementary color
Monochromatic Colors of #BA6443
Black with #BA6443
Text Example
Text Example
White with #BA6443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6443; }
p { color: rgb(186,100,67); }
H1.HeaderClassName
{
color: #BA6443;
}
.AnyTagClassName
{
color: #BA6443;
}
</style>
background-color css
<style>
a { background-color: #BA6443; }
a { background-color: rgb(186,100,67); }
div.DivClassName
{
background-color: #BA6443;
}
.BgClassName
{
background-color: #BA6443;
}
</style>
border-color css
<style>
span { border-color: #BA6443; }
span { border-color: rgb(186,100,67); }
td.TdClassName
{
border-color: #BA6443;
}
.TagClassName
{
border-color: #BA6443;
}
</style>