Shades of Red Damask #BC6E4C
Tints of Red Damask #BC6E4C
RGB
CMYK
RGB Variations
Color information
#BC6E4C (or 0xBC6E4C) is known color: Red Damask. HEX triplet: BC, 6E and 4C. RGB value is (188,110,76). Sum of RGB (Red+Green+Blue) = 188+110+76=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 110 (43.36% from 255 or 29.41% from 374); Blue value is 76 (30.08% from 255 or 20.32% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6E4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6E4C is #4391B3. Grayscale: #818181. Windows color (decimal): -4428212 or 5009084. OLE color: 5009084.
HSL color Cylindrical-coordinate representation of color #BC6E4C: hue angle of 18.21º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC6E4C is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 110 | 76 | - |
| CMYK | 0 | 0.41 | 0.60 | 0.26 |
| HSL | 18.21º | 0.46% | 0.52% | - |
| HSV(B) | 18.21º | 0.6% | 0.74% | - |
| XYZ | 27.62 | 22.37 | 9.7 | - |
| YUV | 129.45 | 97.84 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 110 | 76 | 0 | 0.41 | 0.60 | 0.26 | 18.21 | 0.46 | 0.52 |
| Hex | BC | 6E | 4C | 0 | 29 | 3C | 1A | 12 | 2E | 34 |
| Octal | 274 | 156 | 114 | 0 | 51 | 74 | 32 | 22 | 56 | 64 |
| Binary | 10111100 | 1101110 | 1001100 | 0 | 101001 | 111100 | 11010 | 10010 | 101110 | 110100 |
Color Harmonies of #BC6E4C
Complementary color
Monochromatic Colors of #BC6E4C
Black with #BC6E4C
Text Example
Text Example
White with #BC6E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6E4C; }
p { color: rgb(188,110,76); }
H1.HeaderClassName
{
color: #BC6E4C;
}
.AnyTagClassName
{
color: #BC6E4C;
}
</style>
background-color css
<style>
a { background-color: #BC6E4C; }
a { background-color: rgb(188,110,76); }
div.DivClassName
{
background-color: #BC6E4C;
}
.BgClassName
{
background-color: #BC6E4C;
}
</style>
border-color css
<style>
span { border-color: #BC6E4C; }
span { border-color: rgb(188,110,76); }
td.TdClassName
{
border-color: #BC6E4C;
}
.TagClassName
{
border-color: #BC6E4C;
}
</style>