Shades of Red Damask #BC744D
Tints of Red Damask #BC744D
RGB
CMYK
RGB Variations
Color information
#BC744D (or 0xBC744D) is known color: Red Damask. HEX triplet: BC, 74 and 4D. RGB value is (188,116,77). Sum of RGB (Red+Green+Blue) = 188+116+77=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 116 (45.70% from 255 or 30.45% from 381); Blue value is 77 (30.47% from 255 or 20.21% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BC744D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC744D is #438BB2. Grayscale: #858585. Windows color (decimal): -4426675 or 5076156. OLE color: 5076156.
HSL color Cylindrical-coordinate representation of color #BC744D: hue angle of 21.08º 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 #BC744D is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 116 | 77 | - |
| CMYK | 0 | 0.38 | 0.59 | 0.26 |
| HSL | 21.08º | 0.45% | 0.52% | - |
| HSV(B) | 21.08º | 0.59% | 0.74% | - |
| XYZ | 28.32 | 23.72 | 10.11 | - |
| YUV | 133.08 | 96.35 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 116 | 77 | 0 | 0.38 | 0.59 | 0.26 | 21.08 | 0.45 | 0.52 |
| Hex | BC | 74 | 4D | 0 | 26 | 3B | 1A | 15 | 2D | 34 |
| Octal | 274 | 164 | 115 | 0 | 46 | 73 | 32 | 25 | 55 | 64 |
| Binary | 10111100 | 1110100 | 1001101 | 0 | 100110 | 111011 | 11010 | 10101 | 101101 | 110100 |
Color Harmonies of #BC744D
Complementary color
Monochromatic Colors of #BC744D
Black with #BC744D
Text Example
Text Example
White with #BC744D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC744D; }
p { color: rgb(188,116,77); }
H1.HeaderClassName
{
color: #BC744D;
}
.AnyTagClassName
{
color: #BC744D;
}
</style>
background-color css
<style>
a { background-color: #BC744D; }
a { background-color: rgb(188,116,77); }
div.DivClassName
{
background-color: #BC744D;
}
.BgClassName
{
background-color: #BC744D;
}
</style>
border-color css
<style>
span { border-color: #BC744D; }
span { border-color: rgb(188,116,77); }
td.TdClassName
{
border-color: #BC744D;
}
.TagClassName
{
border-color: #BC744D;
}
</style>