Shades of Tuscany #BA6641
Tints of Tuscany #BA6641
RGB
CMYK
RGB Variations
Color information
#BA6641 (or 0xBA6641) is known color: Tuscany. HEX triplet: BA, 66 and 41. RGB value is (186,102,65). Sum of RGB (Red+Green+Blue) = 186+102+65=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 102 (40.23% from 255 or 28.90% from 353); Blue value is 65 (25.78% from 255 or 18.41% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6641 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6641 is #4599BE. Grayscale: #7B7B7B. Windows color (decimal): -4561343 or 4286138. OLE color: 4286138.
HSL color Cylindrical-coordinate representation of color #BA6641: hue angle of 18.35º 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 #BA6641 is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 102 | 65 | - |
| CMYK | 0 | 0.45 | 0.65 | 0.27 |
| HSL | 18.35º | 0.48% | 0.49% | - |
| HSV(B) | 18.35º | 0.65% | 0.73% | - |
| XYZ | 25.96 | 20.32 | 7.56 | - |
| YUV | 122.9 | 95.33 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 102 | 65 | 0 | 0.45 | 0.65 | 0.27 | 18.35 | 0.48 | 0.49 |
| Hex | BA | 66 | 41 | 0 | 2D | 41 | 1B | 12 | 30 | 31 |
| Octal | 272 | 146 | 101 | 0 | 55 | 101 | 33 | 22 | 60 | 61 |
| Binary | 10111010 | 1100110 | 1000001 | 0 | 101101 | 1000001 | 11011 | 10010 | 110000 | 110001 |
Color Harmonies of #BA6641
Complementary color
Monochromatic Colors of #BA6641
Black with #BA6641
Text Example
Text Example
White with #BA6641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6641; }
p { color: rgb(186,102,65); }
H1.HeaderClassName
{
color: #BA6641;
}
.AnyTagClassName
{
color: #BA6641;
}
</style>
background-color css
<style>
a { background-color: #BA6641; }
a { background-color: rgb(186,102,65); }
div.DivClassName
{
background-color: #BA6641;
}
.BgClassName
{
background-color: #BA6641;
}
</style>
border-color css
<style>
span { border-color: #BA6641; }
span { border-color: rgb(186,102,65); }
td.TdClassName
{
border-color: #BA6641;
}
.TagClassName
{
border-color: #BA6641;
}
</style>