Shades of Blush #BE4E6A
Tints of Blush #BE4E6A
RGB
CMYK
RGB Variations
Color information
#BE4E6A (or 0xBE4E6A) is known color: Blush. HEX triplet: BE, 4E and 6A. RGB value is (190,78,106). Sum of RGB (Red+Green+Blue) = 190+78+106=374 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.80% from 374); Green value is 78 (30.86% from 255 or 20.86% from 374); Blue value is 106 (41.80% from 255 or 28.34% from 374); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4E6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE4E6A is #41B195. Grayscale: #727272. Windows color (decimal): -4305302 or 6966974. OLE color: 6966974.
HSL color Cylindrical-coordinate representation of color #BE4E6A: hue angle of 345º 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 #BE4E6A is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 78 | 106 | - |
| CMYK | 0 | 0.59 | 0.44 | 0.25 |
| HSL | 345º | 0.46% | 0.53% | - |
| HSV(B) | 345º | 0.59% | 0.75% | - |
| XYZ | 26.56 | 17.44 | 15.6 | - |
| YUV | 114.68 | 123.11 | 181.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 78 | 106 | 0 | 0.59 | 0.44 | 0.25 | 345 | 0.46 | 0.53 |
| Hex | BE | 4E | 6A | 0 | 3B | 2C | 19 | 159 | 2E | 35 |
| Octal | 276 | 116 | 152 | 0 | 73 | 54 | 31 | 531 | 56 | 65 |
| Binary | 10111110 | 1001110 | 1101010 | 0 | 111011 | 101100 | 11001 | 101011001 | 101110 | 110101 |
Color Harmonies of #BE4E6A
Complementary color
Monochromatic Colors of #BE4E6A
Black with #BE4E6A
Text Example
Text Example
White with #BE4E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4E6A; }
p { color: rgb(190,78,106); }
H1.HeaderClassName
{
color: #BE4E6A;
}
.AnyTagClassName
{
color: #BE4E6A;
}
</style>
background-color css
<style>
a { background-color: #BE4E6A; }
a { background-color: rgb(190,78,106); }
div.DivClassName
{
background-color: #BE4E6A;
}
.BgClassName
{
background-color: #BE4E6A;
}
</style>
border-color css
<style>
span { border-color: #BE4E6A; }
span { border-color: rgb(190,78,106); }
td.TdClassName
{
border-color: #BE4E6A;
}
.TagClassName
{
border-color: #BE4E6A;
}
</style>