Shades of Blush #BE5E6F
Tints of Blush #BE5E6F
RGB
CMYK
RGB Variations
Color information
#BE5E6F (or 0xBE5E6F) is known color: Blush. HEX triplet: BE, 5E and 6F. RGB value is (190,94,111). Sum of RGB (Red+Green+Blue) = 190+94+111=395 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.10% from 395); Green value is 94 (37.11% from 255 or 23.80% from 395); Blue value is 111 (43.75% from 255 or 28.10% from 395); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5E6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5E6F is #41A190. Grayscale: #7C7C7C. Windows color (decimal): -4301201 or 7298750. OLE color: 7298750.
HSL color Cylindrical-coordinate representation of color #BE5E6F: hue angle of 349.38º 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 #BE5E6F is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 94 | 111 | - |
| CMYK | 0 | 0.51 | 0.42 | 0.25 |
| HSL | 349.38º | 0.42% | 0.56% | - |
| HSV(B) | 349.38º | 0.51% | 0.75% | - |
| XYZ | 28.11 | 20.1 | 17.44 | - |
| YUV | 124.64 | 120.3 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 94 | 111 | 0 | 0.51 | 0.42 | 0.25 | 349.38 | 0.42 | 0.56 |
| Hex | BE | 5E | 6F | 0 | 33 | 2A | 19 | 15D | 2A | 38 |
| Octal | 276 | 136 | 157 | 0 | 63 | 52 | 31 | 535 | 52 | 70 |
| Binary | 10111110 | 1011110 | 1101111 | 0 | 110011 | 101010 | 11001 | 101011101 | 101010 | 111000 |
Color Harmonies of #BE5E6F
Complementary color
Monochromatic Colors of #BE5E6F
Black with #BE5E6F
Text Example
Text Example
White with #BE5E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5E6F; }
p { color: rgb(190,94,111); }
H1.HeaderClassName
{
color: #BE5E6F;
}
.AnyTagClassName
{
color: #BE5E6F;
}
</style>
background-color css
<style>
a { background-color: #BE5E6F; }
a { background-color: rgb(190,94,111); }
div.DivClassName
{
background-color: #BE5E6F;
}
.BgClassName
{
background-color: #BE5E6F;
}
</style>
border-color css
<style>
span { border-color: #BE5E6F; }
span { border-color: rgb(190,94,111); }
td.TdClassName
{
border-color: #BE5E6F;
}
.TagClassName
{
border-color: #BE5E6F;
}
</style>