Shades of Blush #BE4E5E
Tints of Blush #BE4E5E
RGB
CMYK
RGB Variations
Color information
#BE4E5E (or 0xBE4E5E) is known color: Blush. HEX triplet: BE, 4E and 5E. RGB value is (190,78,94). Sum of RGB (Red+Green+Blue) = 190+78+94=362 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.49% from 362); Green value is 78 (30.86% from 255 or 21.55% from 362); Blue value is 94 (37.11% from 255 or 25.97% from 362); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4E5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE4E5E is #41B1A1. Grayscale: #717171. Windows color (decimal): -4305314 or 6180542. OLE color: 6180542.
HSL color Cylindrical-coordinate representation of color #BE4E5E: hue angle of 351.43º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BE4E5E is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 78 | 94 | - |
| CMYK | 0 | 0.59 | 0.51 | 0.25 |
| HSL | 351.43º | 0.46% | 0.53% | - |
| HSV(B) | 351.43º | 0.59% | 0.75% | - |
| XYZ | 25.98 | 17.2 | 12.54 | - |
| YUV | 113.31 | 117.11 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 78 | 94 | 0 | 0.59 | 0.51 | 0.25 | 351.43 | 0.46 | 0.53 |
| Hex | BE | 4E | 5E | 0 | 3B | 33 | 19 | 15F | 2E | 35 |
| Octal | 276 | 116 | 136 | 0 | 73 | 63 | 31 | 537 | 56 | 65 |
| Binary | 10111110 | 1001110 | 1011110 | 0 | 111011 | 110011 | 11001 | 101011111 | 101110 | 110101 |
Color Harmonies of #BE4E5E
Complementary color
Monochromatic Colors of #BE4E5E
Black with #BE4E5E
Text Example
Text Example
White with #BE4E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4E5E; }
p { color: rgb(190,78,94); }
H1.HeaderClassName
{
color: #BE4E5E;
}
.AnyTagClassName
{
color: #BE4E5E;
}
</style>
background-color css
<style>
a { background-color: #BE4E5E; }
a { background-color: rgb(190,78,94); }
div.DivClassName
{
background-color: #BE4E5E;
}
.BgClassName
{
background-color: #BE4E5E;
}
</style>
border-color css
<style>
span { border-color: #BE4E5E; }
span { border-color: rgb(190,78,94); }
td.TdClassName
{
border-color: #BE4E5E;
}
.TagClassName
{
border-color: #BE4E5E;
}
</style>