Shades of Blush #BE4E6C
Tints of Blush #BE4E6C
RGB
CMYK
RGB Variations
Color information
#BE4E6C (or 0xBE4E6C) is known color: Blush. HEX triplet: BE, 4E and 6C. RGB value is (190,78,108). Sum of RGB (Red+Green+Blue) = 190+78+108=376 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.53% from 376); Green value is 78 (30.86% from 255 or 20.74% from 376); Blue value is 108 (42.58% from 255 or 28.72% from 376); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4E6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE4E6C is #41B193. Grayscale: #727272. Windows color (decimal): -4305300 or 7098046. OLE color: 7098046.
HSL color Cylindrical-coordinate representation of color #BE4E6C: hue angle of 343.93º 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 #BE4E6C is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 78 | 108 | - |
| CMYK | 0 | 0.59 | 0.43 | 0.25 |
| HSL | 343.93º | 0.46% | 0.53% | - |
| HSV(B) | 343.93º | 0.59% | 0.75% | - |
| XYZ | 26.67 | 17.48 | 16.16 | - |
| YUV | 114.91 | 124.11 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 78 | 108 | 0 | 0.59 | 0.43 | 0.25 | 343.93 | 0.46 | 0.53 |
| Hex | BE | 4E | 6C | 0 | 3B | 2B | 19 | 158 | 2E | 35 |
| Octal | 276 | 116 | 154 | 0 | 73 | 53 | 31 | 530 | 56 | 65 |
| Binary | 10111110 | 1001110 | 1101100 | 0 | 111011 | 101011 | 11001 | 101011000 | 101110 | 110101 |
Color Harmonies of #BE4E6C
Complementary color
Monochromatic Colors of #BE4E6C
Black with #BE4E6C
Text Example
Text Example
White with #BE4E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4E6C; }
p { color: rgb(190,78,108); }
H1.HeaderClassName
{
color: #BE4E6C;
}
.AnyTagClassName
{
color: #BE4E6C;
}
</style>
background-color css
<style>
a { background-color: #BE4E6C; }
a { background-color: rgb(190,78,108); }
div.DivClassName
{
background-color: #BE4E6C;
}
.BgClassName
{
background-color: #BE4E6C;
}
</style>
border-color css
<style>
span { border-color: #BE4E6C; }
span { border-color: rgb(190,78,108); }
td.TdClassName
{
border-color: #BE4E6C;
}
.TagClassName
{
border-color: #BE4E6C;
}
</style>