Shades of Tuscany #BA6946
Tints of Tuscany #BA6946
RGB
CMYK
RGB Variations
Color information
#BA6946 (or 0xBA6946) is known color: Tuscany. HEX triplet: BA, 69 and 46. RGB value is (186,105,70). Sum of RGB (Red+Green+Blue) = 186+105+70=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 70 (27.73% from 255 or 19.39% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6946 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6946 is #4596B9. Grayscale: #7D7D7D. Windows color (decimal): -4560570 or 4614586. OLE color: 4614586.
HSL color Cylindrical-coordinate representation of color #BA6946: hue angle of 18.1º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA6946 is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 105 | 70 | - |
| CMYK | 0 | 0.44 | 0.62 | 0.27 |
| HSL | 18.1º | 0.46% | 0.5% | - |
| HSV(B) | 18.1º | 0.62% | 0.73% | - |
| XYZ | 26.41 | 20.98 | 8.45 | - |
| YUV | 125.23 | 96.84 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 105 | 70 | 0 | 0.44 | 0.62 | 0.27 | 18.1 | 0.46 | 0.5 |
| Hex | BA | 69 | 46 | 0 | 2C | 3E | 1B | 12 | 2E | 32 |
| Octal | 272 | 151 | 106 | 0 | 54 | 76 | 33 | 22 | 56 | 62 |
| Binary | 10111010 | 1101001 | 1000110 | 0 | 101100 | 111110 | 11011 | 10010 | 101110 | 110010 |
Color Harmonies of #BA6946
Complementary color
Monochromatic Colors of #BA6946
Black with #BA6946
Text Example
Text Example
White with #BA6946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6946; }
p { color: rgb(186,105,70); }
H1.HeaderClassName
{
color: #BA6946;
}
.AnyTagClassName
{
color: #BA6946;
}
</style>
background-color css
<style>
a { background-color: #BA6946; }
a { background-color: rgb(186,105,70); }
div.DivClassName
{
background-color: #BA6946;
}
.BgClassName
{
background-color: #BA6946;
}
</style>
border-color css
<style>
span { border-color: #BA6946; }
span { border-color: rgb(186,105,70); }
td.TdClassName
{
border-color: #BA6946;
}
.TagClassName
{
border-color: #BA6946;
}
</style>