Shades of Blush #BC5970
Tints of Blush #BC5970
RGB
CMYK
RGB Variations
Color information
#BC5970 (or 0xBC5970) is known color: Blush. HEX triplet: BC, 59 and 70. RGB value is (188,89,112). Sum of RGB (Red+Green+Blue) = 188+89+112=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 89 (35.16% from 255 or 22.88% from 389); Blue value is 112 (44.14% from 255 or 28.79% from 389); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5970 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5970 is #43A68F. Grayscale: #797979. Windows color (decimal): -4433552 or 7363004. OLE color: 7363004.
HSL color Cylindrical-coordinate representation of color #BC5970: hue angle of 346.06º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC5970 is Cyan = 0, Magento = 0.53, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 89 | 112 | - |
| CMYK | 0 | 0.53 | 0.40 | 0.26 |
| HSL | 346.06º | 0.42% | 0.54% | - |
| HSV(B) | 346.06º | 0.53% | 0.74% | - |
| XYZ | 27.24 | 19.01 | 17.56 | - |
| YUV | 121.22 | 122.8 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 89 | 112 | 0 | 0.53 | 0.40 | 0.26 | 346.06 | 0.42 | 0.54 |
| Hex | BC | 59 | 70 | 0 | 35 | 28 | 1A | 15A | 2A | 36 |
| Octal | 274 | 131 | 160 | 0 | 65 | 50 | 32 | 532 | 52 | 66 |
| Binary | 10111100 | 1011001 | 1110000 | 0 | 110101 | 101000 | 11010 | 101011010 | 101010 | 110110 |
Color Harmonies of #BC5970
Complementary color
Monochromatic Colors of #BC5970
Black with #BC5970
Text Example
Text Example
White with #BC5970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5970; }
p { color: rgb(188,89,112); }
H1.HeaderClassName
{
color: #BC5970;
}
.AnyTagClassName
{
color: #BC5970;
}
</style>
background-color css
<style>
a { background-color: #BC5970; }
a { background-color: rgb(188,89,112); }
div.DivClassName
{
background-color: #BC5970;
}
.BgClassName
{
background-color: #BC5970;
}
</style>
border-color css
<style>
span { border-color: #BC5970; }
span { border-color: rgb(188,89,112); }
td.TdClassName
{
border-color: #BC5970;
}
.TagClassName
{
border-color: #BC5970;
}
</style>