Shades of Tuscany #BC6844
Tints of Tuscany #BC6844
RGB
CMYK
RGB Variations
Color information
#BC6844 (or 0xBC6844) is known color: Tuscany. HEX triplet: BC, 68 and 44. RGB value is (188,104,68). Sum of RGB (Red+Green+Blue) = 188+104+68=360 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.22% from 360); Green value is 104 (41.02% from 255 or 28.89% from 360); Blue value is 68 (26.95% from 255 or 18.89% from 360); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6844 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6844 is #4397BB. Grayscale: #7D7D7D. Windows color (decimal): -4429756 or 4483260. OLE color: 4483260.
HSL color Cylindrical-coordinate representation of color #BC6844: hue angle of 18º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC6844 is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 104 | 68 | - |
| CMYK | 0 | 0.45 | 0.64 | 0.26 |
| HSL | 18º | 0.47% | 0.5% | - |
| HSV(B) | 18º | 0.64% | 0.74% | - |
| XYZ | 26.73 | 21.01 | 8.12 | - |
| YUV | 125.01 | 95.83 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 104 | 68 | 0 | 0.45 | 0.64 | 0.26 | 18 | 0.47 | 0.5 |
| Hex | BC | 68 | 44 | 0 | 2D | 40 | 1A | 12 | 2F | 32 |
| Octal | 274 | 150 | 104 | 0 | 55 | 100 | 32 | 22 | 57 | 62 |
| Binary | 10111100 | 1101000 | 1000100 | 0 | 101101 | 1000000 | 11010 | 10010 | 101111 | 110010 |
Color Harmonies of #BC6844
Complementary color
Monochromatic Colors of #BC6844
Black with #BC6844
Text Example
Text Example
White with #BC6844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6844; }
p { color: rgb(188,104,68); }
H1.HeaderClassName
{
color: #BC6844;
}
.AnyTagClassName
{
color: #BC6844;
}
</style>
background-color css
<style>
a { background-color: #BC6844; }
a { background-color: rgb(188,104,68); }
div.DivClassName
{
background-color: #BC6844;
}
.BgClassName
{
background-color: #BC6844;
}
</style>
border-color css
<style>
span { border-color: #BC6844; }
span { border-color: rgb(188,104,68); }
td.TdClassName
{
border-color: #BC6844;
}
.TagClassName
{
border-color: #BC6844;
}
</style>