Shades of Red Damask #BC6D54
Tints of Red Damask #BC6D54
RGB
CMYK
RGB Variations
Color information
#BC6D54 (or 0xBC6D54) is known color: Red Damask. HEX triplet: BC, 6D and 54. RGB value is (188,109,84). Sum of RGB (Red+Green+Blue) = 188+109+84=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 109 (42.97% from 255 or 28.61% from 381); Blue value is 84 (33.20% from 255 or 22.05% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6D54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6D54 is #4392AB. Grayscale: #818181. Windows color (decimal): -4428460 or 5533116. OLE color: 5533116.
HSL color Cylindrical-coordinate representation of color #BC6D54: hue angle of 14.42º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC6D54 is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 109 | 84 | - |
| CMYK | 0 | 0.42 | 0.55 | 0.26 |
| HSL | 14.42º | 0.44% | 0.53% | - |
| HSV(B) | 14.42º | 0.55% | 0.74% | - |
| XYZ | 27.81 | 22.27 | 11.22 | - |
| YUV | 129.77 | 102.17 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 109 | 84 | 0 | 0.42 | 0.55 | 0.26 | 14.42 | 0.44 | 0.53 |
| Hex | BC | 6D | 54 | 0 | 2A | 37 | 1A | E | 2C | 35 |
| Octal | 274 | 155 | 124 | 0 | 52 | 67 | 32 | 16 | 54 | 65 |
| Binary | 10111100 | 1101101 | 1010100 | 0 | 101010 | 110111 | 11010 | 1110 | 101100 | 110101 |
Color Harmonies of #BC6D54
Complementary color
Monochromatic Colors of #BC6D54
Black with #BC6D54
Text Example
Text Example
White with #BC6D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6D54; }
p { color: rgb(188,109,84); }
H1.HeaderClassName
{
color: #BC6D54;
}
.AnyTagClassName
{
color: #BC6D54;
}
</style>
background-color css
<style>
a { background-color: #BC6D54; }
a { background-color: rgb(188,109,84); }
div.DivClassName
{
background-color: #BC6D54;
}
.BgClassName
{
background-color: #BC6D54;
}
</style>
border-color css
<style>
span { border-color: #BC6D54; }
span { border-color: rgb(188,109,84); }
td.TdClassName
{
border-color: #BC6D54;
}
.TagClassName
{
border-color: #BC6D54;
}
</style>