Shades of Tuscany #BC6944
Tints of Tuscany #BC6944
RGB
CMYK
RGB Variations
Color information
#BC6944 (or 0xBC6944) is known color: Tuscany. HEX triplet: BC, 69 and 44. RGB value is (188,105,68). Sum of RGB (Red+Green+Blue) = 188+105+68=361 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.08% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 68 (26.95% from 255 or 18.84% from 361); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6944 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6944 is #4396BB. Grayscale: #7D7D7D. Windows color (decimal): -4429500 or 4483516. OLE color: 4483516.
HSL color Cylindrical-coordinate representation of color #BC6944: hue angle of 18.5º 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 #BC6944 is Cyan = 0, Magento = 0.44, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 105 | 68 | - |
| CMYK | 0 | 0.44 | 0.64 | 0.26 |
| HSL | 18.5º | 0.47% | 0.5% | - |
| HSV(B) | 18.5º | 0.64% | 0.74% | - |
| XYZ | 26.83 | 21.21 | 8.15 | - |
| YUV | 125.6 | 95.5 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 105 | 68 | 0 | 0.44 | 0.64 | 0.26 | 18.5 | 0.47 | 0.5 |
| Hex | BC | 69 | 44 | 0 | 2C | 40 | 1A | 12 | 2F | 32 |
| Octal | 274 | 151 | 104 | 0 | 54 | 100 | 32 | 22 | 57 | 62 |
| Binary | 10111100 | 1101001 | 1000100 | 0 | 101100 | 1000000 | 11010 | 10010 | 101111 | 110010 |
Color Harmonies of #BC6944
Complementary color
Monochromatic Colors of #BC6944
Black with #BC6944
Text Example
Text Example
White with #BC6944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6944; }
p { color: rgb(188,105,68); }
H1.HeaderClassName
{
color: #BC6944;
}
.AnyTagClassName
{
color: #BC6944;
}
</style>
background-color css
<style>
a { background-color: #BC6944; }
a { background-color: rgb(188,105,68); }
div.DivClassName
{
background-color: #BC6944;
}
.BgClassName
{
background-color: #BC6944;
}
</style>
border-color css
<style>
span { border-color: #BC6944; }
span { border-color: rgb(188,105,68); }
td.TdClassName
{
border-color: #BC6944;
}
.TagClassName
{
border-color: #BC6944;
}
</style>