Shades of Blush #BC5D71
Tints of Blush #BC5D71
RGB
CMYK
RGB Variations
Color information
#BC5D71 (or 0xBC5D71) is known color: Blush. HEX triplet: BC, 5D and 71. RGB value is (188,93,113). Sum of RGB (Red+Green+Blue) = 188+93+113=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 93 (36.72% from 255 or 23.60% from 394); Blue value is 113 (44.53% from 255 or 28.68% from 394); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5D71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5D71 is #43A28E. Grayscale: #7B7B7B. Windows color (decimal): -4432527 or 7429564. OLE color: 7429564.
HSL color Cylindrical-coordinate representation of color #BC5D71: hue angle of 347.37º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC5D71 is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 93 | 113 | - |
| CMYK | 0 | 0.51 | 0.40 | 0.26 |
| HSL | 347.37º | 0.41% | 0.55% | - |
| HSV(B) | 347.37º | 0.51% | 0.74% | - |
| XYZ | 27.63 | 19.71 | 17.97 | - |
| YUV | 123.69 | 121.97 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 93 | 113 | 0 | 0.51 | 0.40 | 0.26 | 347.37 | 0.41 | 0.55 |
| Hex | BC | 5D | 71 | 0 | 33 | 28 | 1A | 15B | 29 | 37 |
| Octal | 274 | 135 | 161 | 0 | 63 | 50 | 32 | 533 | 51 | 67 |
| Binary | 10111100 | 1011101 | 1110001 | 0 | 110011 | 101000 | 11010 | 101011011 | 101001 | 110111 |
Color Harmonies of #BC5D71
Complementary color
Monochromatic Colors of #BC5D71
Black with #BC5D71
Text Example
Text Example
White with #BC5D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5D71; }
p { color: rgb(188,93,113); }
H1.HeaderClassName
{
color: #BC5D71;
}
.AnyTagClassName
{
color: #BC5D71;
}
</style>
background-color css
<style>
a { background-color: #BC5D71; }
a { background-color: rgb(188,93,113); }
div.DivClassName
{
background-color: #BC5D71;
}
.BgClassName
{
background-color: #BC5D71;
}
</style>
border-color css
<style>
span { border-color: #BC5D71; }
span { border-color: rgb(188,93,113); }
td.TdClassName
{
border-color: #BC5D71;
}
.TagClassName
{
border-color: #BC5D71;
}
</style>