Shades of Red Damask #BC6E47
Tints of Red Damask #BC6E47
RGB
CMYK
RGB Variations
Color information
#BC6E47 (or 0xBC6E47) is known color: Red Damask. HEX triplet: BC, 6E and 47. RGB value is (188,110,71). Sum of RGB (Red+Green+Blue) = 188+110+71=369 (48% of max value = 765). Red value is 188 (73.83% from 255 or 50.95% from 369); Green value is 110 (43.36% from 255 or 29.81% from 369); Blue value is 71 (28.12% from 255 or 19.24% from 369); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6E47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6E47 is #4391B8. Grayscale: #818181. Windows color (decimal): -4428217 or 4681404. OLE color: 4681404.
HSL color Cylindrical-coordinate representation of color #BC6E47: hue angle of 20º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC6E47 is Cyan = 0, Magento = 0.41, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 110 | 71 | - |
| CMYK | 0 | 0.41 | 0.62 | 0.26 |
| HSL | 20º | 0.47% | 0.51% | - |
| HSV(B) | 20º | 0.62% | 0.74% | - |
| XYZ | 27.45 | 22.3 | 8.82 | - |
| YUV | 128.88 | 95.34 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 110 | 71 | 0 | 0.41 | 0.62 | 0.26 | 20 | 0.47 | 0.51 |
| Hex | BC | 6E | 47 | 0 | 29 | 3E | 1A | 14 | 2F | 33 |
| Octal | 274 | 156 | 107 | 0 | 51 | 76 | 32 | 24 | 57 | 63 |
| Binary | 10111100 | 1101110 | 1000111 | 0 | 101001 | 111110 | 11010 | 10100 | 101111 | 110011 |
Color Harmonies of #BC6E47
Complementary color
Monochromatic Colors of #BC6E47
Black with #BC6E47
Text Example
Text Example
White with #BC6E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6E47; }
p { color: rgb(188,110,71); }
H1.HeaderClassName
{
color: #BC6E47;
}
.AnyTagClassName
{
color: #BC6E47;
}
</style>
background-color css
<style>
a { background-color: #BC6E47; }
a { background-color: rgb(188,110,71); }
div.DivClassName
{
background-color: #BC6E47;
}
.BgClassName
{
background-color: #BC6E47;
}
</style>
border-color css
<style>
span { border-color: #BC6E47; }
span { border-color: rgb(188,110,71); }
td.TdClassName
{
border-color: #BC6E47;
}
.TagClassName
{
border-color: #BC6E47;
}
</style>