Shades of Blush #BC5972
Tints of Blush #BC5972
RGB
CMYK
RGB Variations
Color information
#BC5972 (or 0xBC5972) is known color: Blush. HEX triplet: BC, 59 and 72. RGB value is (188,89,114). Sum of RGB (Red+Green+Blue) = 188+89+114=391 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.08% from 391); Green value is 89 (35.16% from 255 or 22.76% from 391); Blue value is 114 (44.92% from 255 or 29.16% from 391); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5972 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5972 is #43A68D. Grayscale: #797979. Windows color (decimal): -4433550 or 7494076. OLE color: 7494076.
HSL color Cylindrical-coordinate representation of color #BC5972: hue angle of 344.85º 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 #BC5972 is Cyan = 0, Magento = 0.53, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 89 | 114 | - |
| CMYK | 0 | 0.53 | 0.39 | 0.26 |
| HSL | 344.85º | 0.42% | 0.54% | - |
| HSV(B) | 344.85º | 0.53% | 0.74% | - |
| XYZ | 27.35 | 19.05 | 18.16 | - |
| YUV | 121.45 | 123.8 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 89 | 114 | 0 | 0.53 | 0.39 | 0.26 | 344.85 | 0.42 | 0.54 |
| Hex | BC | 59 | 72 | 0 | 35 | 27 | 1A | 159 | 2A | 36 |
| Octal | 274 | 131 | 162 | 0 | 65 | 47 | 32 | 531 | 52 | 66 |
| Binary | 10111100 | 1011001 | 1110010 | 0 | 110101 | 100111 | 11010 | 101011001 | 101010 | 110110 |
Color Harmonies of #BC5972
Complementary color
Monochromatic Colors of #BC5972
Black with #BC5972
Text Example
Text Example
White with #BC5972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5972; }
p { color: rgb(188,89,114); }
H1.HeaderClassName
{
color: #BC5972;
}
.AnyTagClassName
{
color: #BC5972;
}
</style>
background-color css
<style>
a { background-color: #BC5972; }
a { background-color: rgb(188,89,114); }
div.DivClassName
{
background-color: #BC5972;
}
.BgClassName
{
background-color: #BC5972;
}
</style>
border-color css
<style>
span { border-color: #BC5972; }
span { border-color: rgb(188,89,114); }
td.TdClassName
{
border-color: #BC5972;
}
.TagClassName
{
border-color: #BC5972;
}
</style>