Shades of Blush #BE5E6E
Tints of Blush #BE5E6E
RGB
CMYK
RGB Variations
Color information
#BE5E6E (or 0xBE5E6E) is known color: Blush. HEX triplet: BE, 5E and 6E. RGB value is (190,94,110). Sum of RGB (Red+Green+Blue) = 190+94+110=394 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.22% from 394); Green value is 94 (37.11% from 255 or 23.86% from 394); Blue value is 110 (43.36% from 255 or 27.92% from 394); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5E6E is #41A191. Grayscale: #7C7C7C. Windows color (decimal): -4301202 or 7233214. OLE color: 7233214.
HSL color Cylindrical-coordinate representation of color #BE5E6E: hue angle of 350º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BE5E6E is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 94 | 110 | - |
| CMYK | 0 | 0.51 | 0.42 | 0.25 |
| HSL | 350º | 0.42% | 0.56% | - |
| HSV(B) | 350º | 0.51% | 0.75% | - |
| XYZ | 28.05 | 20.08 | 17.15 | - |
| YUV | 124.53 | 119.8 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 94 | 110 | 0 | 0.51 | 0.42 | 0.25 | 350 | 0.42 | 0.56 |
| Hex | BE | 5E | 6E | 0 | 33 | 2A | 19 | 15E | 2A | 38 |
| Octal | 276 | 136 | 156 | 0 | 63 | 52 | 31 | 536 | 52 | 70 |
| Binary | 10111110 | 1011110 | 1101110 | 0 | 110011 | 101010 | 11001 | 101011110 | 101010 | 111000 |
Color Harmonies of #BE5E6E
Complementary color
Monochromatic Colors of #BE5E6E
Black with #BE5E6E
Text Example
Text Example
White with #BE5E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5E6E; }
p { color: rgb(190,94,110); }
H1.HeaderClassName
{
color: #BE5E6E;
}
.AnyTagClassName
{
color: #BE5E6E;
}
</style>
background-color css
<style>
a { background-color: #BE5E6E; }
a { background-color: rgb(190,94,110); }
div.DivClassName
{
background-color: #BE5E6E;
}
.BgClassName
{
background-color: #BE5E6E;
}
</style>
border-color css
<style>
span { border-color: #BE5E6E; }
span { border-color: rgb(190,94,110); }
td.TdClassName
{
border-color: #BE5E6E;
}
.TagClassName
{
border-color: #BE5E6E;
}
</style>