Shades of Tuscany #BA6847
Tints of Tuscany #BA6847
RGB
CMYK
RGB Variations
Color information
#BA6847 (or 0xBA6847) is known color: Tuscany. HEX triplet: BA, 68 and 47. RGB value is (186,104,71). Sum of RGB (Red+Green+Blue) = 186+104+71=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 104 (41.02% from 255 or 28.81% from 361); Blue value is 71 (28.12% from 255 or 19.67% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6847 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6847 is #4597B8. Grayscale: #7C7C7C. Windows color (decimal): -4560825 or 4679866. OLE color: 4679866.
HSL color Cylindrical-coordinate representation of color #BA6847: hue angle of 17.22º degrees, saturation: 0.45, 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 #BA6847 is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 104 | 71 | - |
| CMYK | 0 | 0.44 | 0.62 | 0.27 |
| HSL | 17.22º | 0.45% | 0.5% | - |
| HSV(B) | 17.22º | 0.62% | 0.73% | - |
| XYZ | 26.34 | 20.79 | 8.59 | - |
| YUV | 124.76 | 97.67 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 104 | 71 | 0 | 0.44 | 0.62 | 0.27 | 17.22 | 0.45 | 0.5 |
| Hex | BA | 68 | 47 | 0 | 2C | 3E | 1B | 11 | 2D | 32 |
| Octal | 272 | 150 | 107 | 0 | 54 | 76 | 33 | 21 | 55 | 62 |
| Binary | 10111010 | 1101000 | 1000111 | 0 | 101100 | 111110 | 11011 | 10001 | 101101 | 110010 |
Color Harmonies of #BA6847
Complementary color
Monochromatic Colors of #BA6847
Black with #BA6847
Text Example
Text Example
White with #BA6847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6847; }
p { color: rgb(186,104,71); }
H1.HeaderClassName
{
color: #BA6847;
}
.AnyTagClassName
{
color: #BA6847;
}
</style>
background-color css
<style>
a { background-color: #BA6847; }
a { background-color: rgb(186,104,71); }
div.DivClassName
{
background-color: #BA6847;
}
.BgClassName
{
background-color: #BA6847;
}
</style>
border-color css
<style>
span { border-color: #BA6847; }
span { border-color: rgb(186,104,71); }
td.TdClassName
{
border-color: #BA6847;
}
.TagClassName
{
border-color: #BA6847;
}
</style>