Shades of Tuscany #BA6746
Tints of Tuscany #BA6746
RGB
CMYK
RGB Variations
Color information
#BA6746 (or 0xBA6746) is known color: Tuscany. HEX triplet: BA, 67 and 46. RGB value is (186,103,70). Sum of RGB (Red+Green+Blue) = 186+103+70=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 103 (40.62% from 255 or 28.69% from 359); Blue value is 70 (27.73% from 255 or 19.50% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6746 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6746 is #4598B9. Grayscale: #7C7C7C. Windows color (decimal): -4561082 or 4614074. OLE color: 4614074.
HSL color Cylindrical-coordinate representation of color #BA6746: hue angle of 17.07º 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 #BA6746 is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 103 | 70 | - |
| CMYK | 0 | 0.45 | 0.62 | 0.27 |
| HSL | 17.07º | 0.46% | 0.5% | - |
| HSV(B) | 17.07º | 0.62% | 0.73% | - |
| XYZ | 26.21 | 20.58 | 8.39 | - |
| YUV | 124.06 | 97.5 | 172.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 103 | 70 | 0 | 0.45 | 0.62 | 0.27 | 17.07 | 0.46 | 0.5 |
| Hex | BA | 67 | 46 | 0 | 2D | 3E | 1B | 11 | 2E | 32 |
| Octal | 272 | 147 | 106 | 0 | 55 | 76 | 33 | 21 | 56 | 62 |
| Binary | 10111010 | 1100111 | 1000110 | 0 | 101101 | 111110 | 11011 | 10001 | 101110 | 110010 |
Color Harmonies of #BA6746
Complementary color
Monochromatic Colors of #BA6746
Black with #BA6746
Text Example
Text Example
White with #BA6746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6746; }
p { color: rgb(186,103,70); }
H1.HeaderClassName
{
color: #BA6746;
}
.AnyTagClassName
{
color: #BA6746;
}
</style>
background-color css
<style>
a { background-color: #BA6746; }
a { background-color: rgb(186,103,70); }
div.DivClassName
{
background-color: #BA6746;
}
.BgClassName
{
background-color: #BA6746;
}
</style>
border-color css
<style>
span { border-color: #BA6746; }
span { border-color: rgb(186,103,70); }
td.TdClassName
{
border-color: #BA6746;
}
.TagClassName
{
border-color: #BA6746;
}
</style>