Shades of Tuscany #BA6342
Tints of Tuscany #BA6342
RGB
CMYK
RGB Variations
Color information
#BA6342 (or 0xBA6342) is known color: Tuscany. HEX triplet: BA, 63 and 42. RGB value is (186,99,66). Sum of RGB (Red+Green+Blue) = 186+99+66=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 99 (39.06% from 255 or 28.21% from 351); Blue value is 66 (26.17% from 255 or 18.80% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6342 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6342 is #459CBD. Grayscale: #797979. Windows color (decimal): -4562110 or 4350906. OLE color: 4350906.
HSL color Cylindrical-coordinate representation of color #BA6342: hue angle of 16.5º 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 #BA6342 is Cyan = 0, Magento = 0.47, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 99 | 66 | - |
| CMYK | 0 | 0.47 | 0.65 | 0.27 |
| HSL | 16.5º | 0.48% | 0.49% | - |
| HSV(B) | 16.5º | 0.65% | 0.73% | - |
| XYZ | 25.69 | 19.76 | 7.61 | - |
| YUV | 121.25 | 96.82 | 174.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 99 | 66 | 0 | 0.47 | 0.65 | 0.27 | 16.5 | 0.48 | 0.49 |
| Hex | BA | 63 | 42 | 0 | 2F | 41 | 1B | 10 | 30 | 31 |
| Octal | 272 | 143 | 102 | 0 | 57 | 101 | 33 | 20 | 60 | 61 |
| Binary | 10111010 | 1100011 | 1000010 | 0 | 101111 | 1000001 | 11011 | 10000 | 110000 | 110001 |
Color Harmonies of #BA6342
Complementary color
Monochromatic Colors of #BA6342
Black with #BA6342
Text Example
Text Example
White with #BA6342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6342; }
p { color: rgb(186,99,66); }
H1.HeaderClassName
{
color: #BA6342;
}
.AnyTagClassName
{
color: #BA6342;
}
</style>
background-color css
<style>
a { background-color: #BA6342; }
a { background-color: rgb(186,99,66); }
div.DivClassName
{
background-color: #BA6342;
}
.BgClassName
{
background-color: #BA6342;
}
</style>
border-color css
<style>
span { border-color: #BA6342; }
span { border-color: rgb(186,99,66); }
td.TdClassName
{
border-color: #BA6342;
}
.TagClassName
{
border-color: #BA6342;
}
</style>