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