Shades of Red Damask #BC6D4B
Tints of Red Damask #BC6D4B
RGB
CMYK
RGB Variations
Color information
#BC6D4B (or 0xBC6D4B) is known color: Red Damask. HEX triplet: BC, 6D and 4B. RGB value is (188,109,75). Sum of RGB (Red+Green+Blue) = 188+109+75=372 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.54% from 372); Green value is 109 (42.97% from 255 or 29.30% from 372); Blue value is 75 (29.69% from 255 or 20.16% from 372); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6D4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6D4B is #4392B4. Grayscale: #808080. Windows color (decimal): -4428469 or 4943292. OLE color: 4943292.
HSL color Cylindrical-coordinate representation of color #BC6D4B: hue angle of 18.05º 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 #BC6D4B is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 109 | 75 | - |
| CMYK | 0 | 0.42 | 0.60 | 0.26 |
| HSL | 18.05º | 0.46% | 0.52% | - |
| HSV(B) | 18.05º | 0.6% | 0.74% | - |
| XYZ | 27.48 | 22.14 | 9.48 | - |
| YUV | 128.75 | 97.67 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 109 | 75 | 0 | 0.42 | 0.60 | 0.26 | 18.05 | 0.46 | 0.52 |
| Hex | BC | 6D | 4B | 0 | 2A | 3C | 1A | 12 | 2E | 34 |
| Octal | 274 | 155 | 113 | 0 | 52 | 74 | 32 | 22 | 56 | 64 |
| Binary | 10111100 | 1101101 | 1001011 | 0 | 101010 | 111100 | 11010 | 10010 | 101110 | 110100 |
Color Harmonies of #BC6D4B
Complementary color
Monochromatic Colors of #BC6D4B
Black with #BC6D4B
Text Example
Text Example
White with #BC6D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6D4B; }
p { color: rgb(188,109,75); }
H1.HeaderClassName
{
color: #BC6D4B;
}
.AnyTagClassName
{
color: #BC6D4B;
}
</style>
background-color css
<style>
a { background-color: #BC6D4B; }
a { background-color: rgb(188,109,75); }
div.DivClassName
{
background-color: #BC6D4B;
}
.BgClassName
{
background-color: #BC6D4B;
}
</style>
border-color css
<style>
span { border-color: #BC6D4B; }
span { border-color: rgb(188,109,75); }
td.TdClassName
{
border-color: #BC6D4B;
}
.TagClassName
{
border-color: #BC6D4B;
}
</style>