Shades of Blush #BE4E68
Tints of Blush #BE4E68
RGB
CMYK
RGB Variations
Color information
#BE4E68 (or 0xBE4E68) is known color: Blush. HEX triplet: BE, 4E and 68. RGB value is (190,78,104). Sum of RGB (Red+Green+Blue) = 190+78+104=372 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.08% from 372); Green value is 78 (30.86% from 255 or 20.97% from 372); Blue value is 104 (41.02% from 255 or 27.96% from 372); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4E68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE4E68 is #41B197. Grayscale: #727272. Windows color (decimal): -4305304 or 6835902. OLE color: 6835902.
HSL color Cylindrical-coordinate representation of color #BE4E68: hue angle of 346.07º 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 #BE4E68 is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 78 | 104 | - |
| CMYK | 0 | 0.59 | 0.45 | 0.25 |
| HSL | 346.07º | 0.46% | 0.53% | - |
| HSV(B) | 346.07º | 0.59% | 0.75% | - |
| XYZ | 26.46 | 17.4 | 15.06 | - |
| YUV | 114.45 | 122.11 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 78 | 104 | 0 | 0.59 | 0.45 | 0.25 | 346.07 | 0.46 | 0.53 |
| Hex | BE | 4E | 68 | 0 | 3B | 2D | 19 | 15A | 2E | 35 |
| Octal | 276 | 116 | 150 | 0 | 73 | 55 | 31 | 532 | 56 | 65 |
| Binary | 10111110 | 1001110 | 1101000 | 0 | 111011 | 101101 | 11001 | 101011010 | 101110 | 110101 |
Color Harmonies of #BE4E68
Complementary color
Monochromatic Colors of #BE4E68
Black with #BE4E68
Text Example
Text Example
White with #BE4E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4E68; }
p { color: rgb(190,78,104); }
H1.HeaderClassName
{
color: #BE4E68;
}
.AnyTagClassName
{
color: #BE4E68;
}
</style>
background-color css
<style>
a { background-color: #BE4E68; }
a { background-color: rgb(190,78,104); }
div.DivClassName
{
background-color: #BE4E68;
}
.BgClassName
{
background-color: #BE4E68;
}
</style>
border-color css
<style>
span { border-color: #BE4E68; }
span { border-color: rgb(190,78,104); }
td.TdClassName
{
border-color: #BE4E68;
}
.TagClassName
{
border-color: #BE4E68;
}
</style>