Shades of Tuscany #BA6744
Tints of Tuscany #BA6744
RGB
CMYK
RGB Variations
Color information
#BA6744 (or 0xBA6744) is known color: Tuscany. HEX triplet: BA, 67 and 44. RGB value is (186,103,68). Sum of RGB (Red+Green+Blue) = 186+103+68=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 103 (40.62% from 255 or 28.85% from 357); Blue value is 68 (26.95% from 255 or 19.05% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6744 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6744 is #4598BB. Grayscale: #7C7C7C. Windows color (decimal): -4561084 or 4483002. OLE color: 4483002.
HSL color Cylindrical-coordinate representation of color #BA6744: hue angle of 17.8º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA6744 is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 103 | 68 | - |
| CMYK | 0 | 0.45 | 0.63 | 0.27 |
| HSL | 17.8º | 0.46% | 0.5% | - |
| HSV(B) | 17.8º | 0.63% | 0.73% | - |
| XYZ | 26.14 | 20.56 | 8.06 | - |
| YUV | 123.83 | 96.5 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 103 | 68 | 0 | 0.45 | 0.63 | 0.27 | 17.8 | 0.46 | 0.5 |
| Hex | BA | 67 | 44 | 0 | 2D | 3F | 1B | 12 | 2E | 32 |
| Octal | 272 | 147 | 104 | 0 | 55 | 77 | 33 | 22 | 56 | 62 |
| Binary | 10111010 | 1100111 | 1000100 | 0 | 101101 | 111111 | 11011 | 10010 | 101110 | 110010 |
Color Harmonies of #BA6744
Complementary color
Monochromatic Colors of #BA6744
Black with #BA6744
Text Example
Text Example
White with #BA6744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6744; }
p { color: rgb(186,103,68); }
H1.HeaderClassName
{
color: #BA6744;
}
.AnyTagClassName
{
color: #BA6744;
}
</style>
background-color css
<style>
a { background-color: #BA6744; }
a { background-color: rgb(186,103,68); }
div.DivClassName
{
background-color: #BA6744;
}
.BgClassName
{
background-color: #BA6744;
}
</style>
border-color css
<style>
span { border-color: #BA6744; }
span { border-color: rgb(186,103,68); }
td.TdClassName
{
border-color: #BA6744;
}
.TagClassName
{
border-color: #BA6744;
}
</style>