Shades of Red Damask #BC714F
Tints of Red Damask #BC714F
RGB
CMYK
RGB Variations
Color information
#BC714F (or 0xBC714F) is known color: Red Damask. HEX triplet: BC, 71 and 4F. RGB value is (188,113,79). Sum of RGB (Red+Green+Blue) = 188+113+79=380 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.47% from 380); Green value is 113 (44.53% from 255 or 29.74% from 380); Blue value is 79 (31.25% from 255 or 20.79% from 380); Max value from RGB is 188 - color contains mainly: red. Hex color #BC714F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC714F is #438EB0. Grayscale: #838383. Windows color (decimal): -4427441 or 5206460. OLE color: 5206460.
HSL color Cylindrical-coordinate representation of color #BC714F: hue angle of 18.72º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC714F is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 113 | 79 | - |
| CMYK | 0 | 0.40 | 0.58 | 0.26 |
| HSL | 18.72º | 0.45% | 0.52% | - |
| HSV(B) | 18.72º | 0.58% | 0.74% | - |
| XYZ | 28.06 | 23.07 | 10.37 | - |
| YUV | 131.55 | 98.35 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 113 | 79 | 0 | 0.40 | 0.58 | 0.26 | 18.72 | 0.45 | 0.52 |
| Hex | BC | 71 | 4F | 0 | 28 | 3A | 1A | 13 | 2D | 34 |
| Octal | 274 | 161 | 117 | 0 | 50 | 72 | 32 | 23 | 55 | 64 |
| Binary | 10111100 | 1110001 | 1001111 | 0 | 101000 | 111010 | 11010 | 10011 | 101101 | 110100 |
Color Harmonies of #BC714F
Complementary color
Monochromatic Colors of #BC714F
Black with #BC714F
Text Example
Text Example
White with #BC714F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC714F; }
p { color: rgb(188,113,79); }
H1.HeaderClassName
{
color: #BC714F;
}
.AnyTagClassName
{
color: #BC714F;
}
</style>
background-color css
<style>
a { background-color: #BC714F; }
a { background-color: rgb(188,113,79); }
div.DivClassName
{
background-color: #BC714F;
}
.BgClassName
{
background-color: #BC714F;
}
</style>
border-color css
<style>
span { border-color: #BC714F; }
span { border-color: rgb(188,113,79); }
td.TdClassName
{
border-color: #BC714F;
}
.TagClassName
{
border-color: #BC714F;
}
</style>