Shades of Blush #BE5A70
Tints of Blush #BE5A70
RGB
CMYK
RGB Variations
Color information
#BE5A70 (or 0xBE5A70) is known color: Blush. HEX triplet: BE, 5A and 70. RGB value is (190,90,112). Sum of RGB (Red+Green+Blue) = 190+90+112=392 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.47% from 392); Green value is 90 (35.55% from 255 or 22.96% from 392); Blue value is 112 (44.14% from 255 or 28.57% from 392); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5A70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5A70 is #41A58F. Grayscale: #7A7A7A. Windows color (decimal): -4302224 or 7363262. OLE color: 7363262.
HSL color Cylindrical-coordinate representation of color #BE5A70: hue angle of 346.8º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BE5A70 is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 90 | 112 | - |
| CMYK | 0 | 0.53 | 0.41 | 0.25 |
| HSL | 346.8º | 0.43% | 0.55% | - |
| HSV(B) | 346.8º | 0.53% | 0.75% | - |
| XYZ | 27.82 | 19.43 | 17.61 | - |
| YUV | 122.41 | 122.13 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 90 | 112 | 0 | 0.53 | 0.41 | 0.25 | 346.8 | 0.43 | 0.55 |
| Hex | BE | 5A | 70 | 0 | 35 | 29 | 19 | 15B | 2B | 37 |
| Octal | 276 | 132 | 160 | 0 | 65 | 51 | 31 | 533 | 53 | 67 |
| Binary | 10111110 | 1011010 | 1110000 | 0 | 110101 | 101001 | 11001 | 101011011 | 101011 | 110111 |
Color Harmonies of #BE5A70
Complementary color
Monochromatic Colors of #BE5A70
Black with #BE5A70
Text Example
Text Example
White with #BE5A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5A70; }
p { color: rgb(190,90,112); }
H1.HeaderClassName
{
color: #BE5A70;
}
.AnyTagClassName
{
color: #BE5A70;
}
</style>
background-color css
<style>
a { background-color: #BE5A70; }
a { background-color: rgb(190,90,112); }
div.DivClassName
{
background-color: #BE5A70;
}
.BgClassName
{
background-color: #BE5A70;
}
</style>
border-color css
<style>
span { border-color: #BE5A70; }
span { border-color: rgb(190,90,112); }
td.TdClassName
{
border-color: #BE5A70;
}
.TagClassName
{
border-color: #BE5A70;
}
</style>