Shades of Red Damask #BC6D4D
Tints of Red Damask #BC6D4D
RGB
CMYK
RGB Variations
Color information
#BC6D4D (or 0xBC6D4D) is known color: Red Damask. HEX triplet: BC, 6D and 4D. RGB value is (188,109,77). Sum of RGB (Red+Green+Blue) = 188+109+77=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 109 (42.97% from 255 or 29.14% from 374); Blue value is 77 (30.47% from 255 or 20.59% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6D4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6D4D is #4392B2. Grayscale: #818181. Windows color (decimal): -4428467 or 5074364. OLE color: 5074364.
HSL color Cylindrical-coordinate representation of color #BC6D4D: hue angle of 17.3º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC6D4D is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 109 | 77 | - |
| CMYK | 0 | 0.42 | 0.59 | 0.26 |
| HSL | 17.3º | 0.45% | 0.52% | - |
| HSV(B) | 17.3º | 0.59% | 0.74% | - |
| XYZ | 27.55 | 22.16 | 9.85 | - |
| YUV | 128.97 | 98.67 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 109 | 77 | 0 | 0.42 | 0.59 | 0.26 | 17.3 | 0.45 | 0.52 |
| Hex | BC | 6D | 4D | 0 | 2A | 3B | 1A | 11 | 2D | 34 |
| Octal | 274 | 155 | 115 | 0 | 52 | 73 | 32 | 21 | 55 | 64 |
| Binary | 10111100 | 1101101 | 1001101 | 0 | 101010 | 111011 | 11010 | 10001 | 101101 | 110100 |
Color Harmonies of #BC6D4D
Complementary color
Monochromatic Colors of #BC6D4D
Black with #BC6D4D
Text Example
Text Example
White with #BC6D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6D4D; }
p { color: rgb(188,109,77); }
H1.HeaderClassName
{
color: #BC6D4D;
}
.AnyTagClassName
{
color: #BC6D4D;
}
</style>
background-color css
<style>
a { background-color: #BC6D4D; }
a { background-color: rgb(188,109,77); }
div.DivClassName
{
background-color: #BC6D4D;
}
.BgClassName
{
background-color: #BC6D4D;
}
</style>
border-color css
<style>
span { border-color: #BC6D4D; }
span { border-color: rgb(188,109,77); }
td.TdClassName
{
border-color: #BC6D4D;
}
.TagClassName
{
border-color: #BC6D4D;
}
</style>