Shades of Red Damask #BC744C
Tints of Red Damask #BC744C
RGB
CMYK
RGB Variations
Color information
#BC744C (or 0xBC744C) is known color: Red Damask. HEX triplet: BC, 74 and 4C. RGB value is (188,116,76). Sum of RGB (Red+Green+Blue) = 188+116+76=380 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.47% from 380); Green value is 116 (45.70% from 255 or 30.53% from 380); Blue value is 76 (30.08% from 255 or 20% from 380); Max value from RGB is 188 - color contains mainly: red. Hex color #BC744C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC744C is #438BB3. Grayscale: #858585. Windows color (decimal): -4426676 or 5010620. OLE color: 5010620.
HSL color Cylindrical-coordinate representation of color #BC744C: hue angle of 21.43º 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 #BC744C is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 116 | 76 | - |
| CMYK | 0 | 0.38 | 0.60 | 0.26 |
| HSL | 21.43º | 0.46% | 0.52% | - |
| HSV(B) | 21.43º | 0.6% | 0.74% | - |
| XYZ | 28.29 | 23.7 | 9.92 | - |
| YUV | 132.97 | 95.85 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 116 | 76 | 0 | 0.38 | 0.60 | 0.26 | 21.43 | 0.46 | 0.52 |
| Hex | BC | 74 | 4C | 0 | 26 | 3C | 1A | 15 | 2E | 34 |
| Octal | 274 | 164 | 114 | 0 | 46 | 74 | 32 | 25 | 56 | 64 |
| Binary | 10111100 | 1110100 | 1001100 | 0 | 100110 | 111100 | 11010 | 10101 | 101110 | 110100 |
Color Harmonies of #BC744C
Complementary color
Monochromatic Colors of #BC744C
Black with #BC744C
Text Example
Text Example
White with #BC744C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC744C; }
p { color: rgb(188,116,76); }
H1.HeaderClassName
{
color: #BC744C;
}
.AnyTagClassName
{
color: #BC744C;
}
</style>
background-color css
<style>
a { background-color: #BC744C; }
a { background-color: rgb(188,116,76); }
div.DivClassName
{
background-color: #BC744C;
}
.BgClassName
{
background-color: #BC744C;
}
</style>
border-color css
<style>
span { border-color: #BC744C; }
span { border-color: rgb(188,116,76); }
td.TdClassName
{
border-color: #BC744C;
}
.TagClassName
{
border-color: #BC744C;
}
</style>