Shades of Red Damask #BC714D
Tints of Red Damask #BC714D
RGB
CMYK
RGB Variations
Color information
#BC714D (or 0xBC714D) is known color: Red Damask. HEX triplet: BC, 71 and 4D. RGB value is (188,113,77). Sum of RGB (Red+Green+Blue) = 188+113+77=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 113 (44.53% from 255 or 29.89% from 378); Blue value is 77 (30.47% from 255 or 20.37% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BC714D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC714D is #438EB2. Grayscale: #838383. Windows color (decimal): -4427443 or 5075388. OLE color: 5075388.
HSL color Cylindrical-coordinate representation of color #BC714D: hue angle of 19.46º 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 #BC714D is Cyan = 0, Magento = 0.40, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 113 | 77 | - |
| CMYK | 0 | 0.40 | 0.59 | 0.26 |
| HSL | 19.46º | 0.45% | 0.52% | - |
| HSV(B) | 19.46º | 0.59% | 0.74% | - |
| XYZ | 27.98 | 23.04 | 9.99 | - |
| YUV | 131.32 | 97.35 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 113 | 77 | 0 | 0.40 | 0.59 | 0.26 | 19.46 | 0.45 | 0.52 |
| Hex | BC | 71 | 4D | 0 | 28 | 3B | 1A | 13 | 2D | 34 |
| Octal | 274 | 161 | 115 | 0 | 50 | 73 | 32 | 23 | 55 | 64 |
| Binary | 10111100 | 1110001 | 1001101 | 0 | 101000 | 111011 | 11010 | 10011 | 101101 | 110100 |
Color Harmonies of #BC714D
Complementary color
Monochromatic Colors of #BC714D
Black with #BC714D
Text Example
Text Example
White with #BC714D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC714D; }
p { color: rgb(188,113,77); }
H1.HeaderClassName
{
color: #BC714D;
}
.AnyTagClassName
{
color: #BC714D;
}
</style>
background-color css
<style>
a { background-color: #BC714D; }
a { background-color: rgb(188,113,77); }
div.DivClassName
{
background-color: #BC714D;
}
.BgClassName
{
background-color: #BC714D;
}
</style>
border-color css
<style>
span { border-color: #BC714D; }
span { border-color: rgb(188,113,77); }
td.TdClassName
{
border-color: #BC714D;
}
.TagClassName
{
border-color: #BC714D;
}
</style>