Shades of Blush #BE4E6E
Tints of Blush #BE4E6E
RGB
CMYK
RGB Variations
Color information
#BE4E6E (or 0xBE4E6E) is known color: Blush. HEX triplet: BE, 4E and 6E. RGB value is (190,78,110). Sum of RGB (Red+Green+Blue) = 190+78+110=378 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.26% from 378); Green value is 78 (30.86% from 255 or 20.63% from 378); Blue value is 110 (43.36% from 255 or 29.10% from 378); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE4E6E is #41B191. Grayscale: #737373. Windows color (decimal): -4305298 or 7229118. OLE color: 7229118.
HSL color Cylindrical-coordinate representation of color #BE4E6E: hue angle of 342.86º 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 #BE4E6E is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 78 | 110 | - |
| CMYK | 0 | 0.59 | 0.42 | 0.25 |
| HSL | 342.86º | 0.46% | 0.53% | - |
| HSV(B) | 342.86º | 0.59% | 0.75% | - |
| XYZ | 26.77 | 17.52 | 16.72 | - |
| YUV | 115.14 | 125.11 | 181.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 78 | 110 | 0 | 0.59 | 0.42 | 0.25 | 342.86 | 0.46 | 0.53 |
| Hex | BE | 4E | 6E | 0 | 3B | 2A | 19 | 157 | 2E | 35 |
| Octal | 276 | 116 | 156 | 0 | 73 | 52 | 31 | 527 | 56 | 65 |
| Binary | 10111110 | 1001110 | 1101110 | 0 | 111011 | 101010 | 11001 | 101010111 | 101110 | 110101 |
Color Harmonies of #BE4E6E
Complementary color
Monochromatic Colors of #BE4E6E
Black with #BE4E6E
Text Example
Text Example
White with #BE4E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4E6E; }
p { color: rgb(190,78,110); }
H1.HeaderClassName
{
color: #BE4E6E;
}
.AnyTagClassName
{
color: #BE4E6E;
}
</style>
background-color css
<style>
a { background-color: #BE4E6E; }
a { background-color: rgb(190,78,110); }
div.DivClassName
{
background-color: #BE4E6E;
}
.BgClassName
{
background-color: #BE4E6E;
}
</style>
border-color css
<style>
span { border-color: #BE4E6E; }
span { border-color: rgb(190,78,110); }
td.TdClassName
{
border-color: #BE4E6E;
}
.TagClassName
{
border-color: #BE4E6E;
}
</style>