Shades of Tuscany #BA6643
Tints of Tuscany #BA6643
RGB
CMYK
RGB Variations
Color information
#BA6643 (or 0xBA6643) is known color: Tuscany. HEX triplet: BA, 66 and 43. RGB value is (186,102,67). Sum of RGB (Red+Green+Blue) = 186+102+67=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 102 (40.23% from 255 or 28.73% from 355); Blue value is 67 (26.56% from 255 or 18.87% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6643 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6643 is #4599BC. Grayscale: #7B7B7B. Windows color (decimal): -4561341 or 4417210. OLE color: 4417210.
HSL color Cylindrical-coordinate representation of color #BA6643: hue angle of 17.65º 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 #BA6643 is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 102 | 67 | - |
| CMYK | 0 | 0.45 | 0.64 | 0.27 |
| HSL | 17.65º | 0.47% | 0.5% | - |
| HSV(B) | 17.65º | 0.64% | 0.73% | - |
| XYZ | 26.01 | 20.35 | 7.87 | - |
| YUV | 123.13 | 96.33 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 102 | 67 | 0 | 0.45 | 0.64 | 0.27 | 17.65 | 0.47 | 0.5 |
| Hex | BA | 66 | 43 | 0 | 2D | 40 | 1B | 12 | 2F | 32 |
| Octal | 272 | 146 | 103 | 0 | 55 | 100 | 33 | 22 | 57 | 62 |
| Binary | 10111010 | 1100110 | 1000011 | 0 | 101101 | 1000000 | 11011 | 10010 | 101111 | 110010 |
Color Harmonies of #BA6643
Complementary color
Monochromatic Colors of #BA6643
Black with #BA6643
Text Example
Text Example
White with #BA6643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6643; }
p { color: rgb(186,102,67); }
H1.HeaderClassName
{
color: #BA6643;
}
.AnyTagClassName
{
color: #BA6643;
}
</style>
background-color css
<style>
a { background-color: #BA6643; }
a { background-color: rgb(186,102,67); }
div.DivClassName
{
background-color: #BA6643;
}
.BgClassName
{
background-color: #BA6643;
}
</style>
border-color css
<style>
span { border-color: #BA6643; }
span { border-color: rgb(186,102,67); }
td.TdClassName
{
border-color: #BA6643;
}
.TagClassName
{
border-color: #BA6643;
}
</style>