Shades of Blush #BC5560
Tints of Blush #BC5560
RGB
CMYK
RGB Variations
Color information
#BC5560 (or 0xBC5560) is known color: Blush. HEX triplet: BC, 55 and 60. RGB value is (188,85,96). Sum of RGB (Red+Green+Blue) = 188+85+96=369 (48% of max value = 765). Red value is 188 (73.83% from 255 or 50.95% from 369); Green value is 85 (33.59% from 255 or 23.04% from 369); Blue value is 96 (37.89% from 255 or 26.02% from 369); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5560 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5560 is #43AA9F. Grayscale: #757575. Windows color (decimal): -4434592 or 6313404. OLE color: 6313404.
HSL color Cylindrical-coordinate representation of color #BC5560: hue angle of 353.59º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC5560 is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 85 | 96 | - |
| CMYK | 0 | 0.55 | 0.49 | 0.26 |
| HSL | 353.59º | 0.43% | 0.54% | - |
| HSV(B) | 353.59º | 0.55% | 0.74% | - |
| XYZ | 26.1 | 18.03 | 13.17 | - |
| YUV | 117.05 | 116.12 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 85 | 96 | 0 | 0.55 | 0.49 | 0.26 | 353.59 | 0.43 | 0.54 |
| Hex | BC | 55 | 60 | 0 | 37 | 31 | 1A | 162 | 2B | 36 |
| Octal | 274 | 125 | 140 | 0 | 67 | 61 | 32 | 542 | 53 | 66 |
| Binary | 10111100 | 1010101 | 1100000 | 0 | 110111 | 110001 | 11010 | 101100010 | 101011 | 110110 |
Color Harmonies of #BC5560
Complementary color
Monochromatic Colors of #BC5560
Black with #BC5560
Text Example
Text Example
White with #BC5560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5560; }
p { color: rgb(188,85,96); }
H1.HeaderClassName
{
color: #BC5560;
}
.AnyTagClassName
{
color: #BC5560;
}
</style>
background-color css
<style>
a { background-color: #BC5560; }
a { background-color: rgb(188,85,96); }
div.DivClassName
{
background-color: #BC5560;
}
.BgClassName
{
background-color: #BC5560;
}
</style>
border-color css
<style>
span { border-color: #BC5560; }
span { border-color: rgb(188,85,96); }
td.TdClassName
{
border-color: #BC5560;
}
.TagClassName
{
border-color: #BC5560;
}
</style>