Shades of Blush #BE5872
Tints of Blush #BE5872
RGB
CMYK
RGB Variations
Color information
#BE5872 (or 0xBE5872) is known color: Blush. HEX triplet: BE, 58 and 72. RGB value is (190,88,114). Sum of RGB (Red+Green+Blue) = 190+88+114=392 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.47% from 392); Green value is 88 (34.77% from 255 or 22.45% from 392); Blue value is 114 (44.92% from 255 or 29.08% from 392); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5872 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5872 is #41A78D. Grayscale: #797979. Windows color (decimal): -4302734 or 7493822. OLE color: 7493822.
HSL color Cylindrical-coordinate representation of color #BE5872: hue angle of 344.71º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BE5872 is Cyan = 0, Magento = 0.54, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 88 | 114 | - |
| CMYK | 0 | 0.54 | 0.40 | 0.25 |
| HSL | 344.71º | 0.44% | 0.55% | - |
| HSV(B) | 344.71º | 0.54% | 0.75% | - |
| XYZ | 27.76 | 19.14 | 18.15 | - |
| YUV | 121.46 | 123.79 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 88 | 114 | 0 | 0.54 | 0.40 | 0.25 | 344.71 | 0.44 | 0.55 |
| Hex | BE | 58 | 72 | 0 | 36 | 28 | 19 | 159 | 2C | 37 |
| Octal | 276 | 130 | 162 | 0 | 66 | 50 | 31 | 531 | 54 | 67 |
| Binary | 10111110 | 1011000 | 1110010 | 0 | 110110 | 101000 | 11001 | 101011001 | 101100 | 110111 |
Color Harmonies of #BE5872
Complementary color
Monochromatic Colors of #BE5872
Black with #BE5872
Text Example
Text Example
White with #BE5872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5872; }
p { color: rgb(190,88,114); }
H1.HeaderClassName
{
color: #BE5872;
}
.AnyTagClassName
{
color: #BE5872;
}
</style>
background-color css
<style>
a { background-color: #BE5872; }
a { background-color: rgb(190,88,114); }
div.DivClassName
{
background-color: #BE5872;
}
.BgClassName
{
background-color: #BE5872;
}
</style>
border-color css
<style>
span { border-color: #BE5872; }
span { border-color: rgb(190,88,114); }
td.TdClassName
{
border-color: #BE5872;
}
.TagClassName
{
border-color: #BE5872;
}
</style>