Shades of Blush #BE4D5D
Tints of Blush #BE4D5D
RGB
CMYK
RGB Variations
Color information
#BE4D5D (or 0xBE4D5D) is known color: Blush. HEX triplet: BE, 4D and 5D. RGB value is (190,77,93). Sum of RGB (Red+Green+Blue) = 190+77+93=360 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.78% from 360); Green value is 77 (30.47% from 255 or 21.39% from 360); Blue value is 93 (36.72% from 255 or 25.83% from 360); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE4D5D is #41B2A2. Grayscale: #707070. Windows color (decimal): -4305571 or 6114750. OLE color: 6114750.
HSL color Cylindrical-coordinate representation of color #BE4D5D: hue angle of 351.5º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BE4D5D is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 77 | 93 | - |
| CMYK | 0 | 0.59 | 0.51 | 0.25 |
| HSL | 351.5º | 0.47% | 0.52% | - |
| HSV(B) | 351.5º | 0.59% | 0.75% | - |
| XYZ | 25.86 | 17.05 | 12.28 | - |
| YUV | 112.61 | 116.94 | 183.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 77 | 93 | 0 | 0.59 | 0.51 | 0.25 | 351.5 | 0.47 | 0.52 |
| Hex | BE | 4D | 5D | 0 | 3B | 33 | 19 | 160 | 2F | 34 |
| Octal | 276 | 115 | 135 | 0 | 73 | 63 | 31 | 540 | 57 | 64 |
| Binary | 10111110 | 1001101 | 1011101 | 0 | 111011 | 110011 | 11001 | 101100000 | 101111 | 110100 |
Color Harmonies of #BE4D5D
Complementary color
Monochromatic Colors of #BE4D5D
Black with #BE4D5D
Text Example
Text Example
White with #BE4D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4D5D; }
p { color: rgb(190,77,93); }
H1.HeaderClassName
{
color: #BE4D5D;
}
.AnyTagClassName
{
color: #BE4D5D;
}
</style>
background-color css
<style>
a { background-color: #BE4D5D; }
a { background-color: rgb(190,77,93); }
div.DivClassName
{
background-color: #BE4D5D;
}
.BgClassName
{
background-color: #BE4D5D;
}
</style>
border-color css
<style>
span { border-color: #BE4D5D; }
span { border-color: rgb(190,77,93); }
td.TdClassName
{
border-color: #BE4D5D;
}
.TagClassName
{
border-color: #BE4D5D;
}
</style>