Shades of Red Damask #BC714C
Tints of Red Damask #BC714C
RGB
CMYK
RGB Variations
Color information
#BC714C (or 0xBC714C) is known color: Red Damask. HEX triplet: BC, 71 and 4C. RGB value is (188,113,76). Sum of RGB (Red+Green+Blue) = 188+113+76=377 (49% of max value = 765). Red value is 188 (73.83% from 255 or 49.87% from 377); Green value is 113 (44.53% from 255 or 29.97% from 377); Blue value is 76 (30.08% from 255 or 20.16% from 377); Max value from RGB is 188 - color contains mainly: red. Hex color #BC714C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC714C is #438EB3. Grayscale: #838383. Windows color (decimal): -4427444 or 5009852. OLE color: 5009852.
HSL color Cylindrical-coordinate representation of color #BC714C: hue angle of 19.82º 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 #BC714C is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 113 | 76 | - |
| CMYK | 0 | 0.40 | 0.60 | 0.26 |
| HSL | 19.82º | 0.46% | 0.52% | - |
| HSV(B) | 19.82º | 0.6% | 0.74% | - |
| XYZ | 27.95 | 23.02 | 9.81 | - |
| YUV | 131.21 | 96.85 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 113 | 76 | 0 | 0.40 | 0.60 | 0.26 | 19.82 | 0.46 | 0.52 |
| Hex | BC | 71 | 4C | 0 | 28 | 3C | 1A | 14 | 2E | 34 |
| Octal | 274 | 161 | 114 | 0 | 50 | 74 | 32 | 24 | 56 | 64 |
| Binary | 10111100 | 1110001 | 1001100 | 0 | 101000 | 111100 | 11010 | 10100 | 101110 | 110100 |
Color Harmonies of #BC714C
Complementary color
Monochromatic Colors of #BC714C
Black with #BC714C
Text Example
Text Example
White with #BC714C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC714C; }
p { color: rgb(188,113,76); }
H1.HeaderClassName
{
color: #BC714C;
}
.AnyTagClassName
{
color: #BC714C;
}
</style>
background-color css
<style>
a { background-color: #BC714C; }
a { background-color: rgb(188,113,76); }
div.DivClassName
{
background-color: #BC714C;
}
.BgClassName
{
background-color: #BC714C;
}
</style>
border-color css
<style>
span { border-color: #BC714C; }
span { border-color: rgb(188,113,76); }
td.TdClassName
{
border-color: #BC714C;
}
.TagClassName
{
border-color: #BC714C;
}
</style>