Shades of Blush #BE405D
Tints of Blush #BE405D
RGB
CMYK
RGB Variations
Color information
#BE405D (or 0xBE405D) is known color: Blush. HEX triplet: BE, 40 and 5D. RGB value is (190,64,93). Sum of RGB (Red+Green+Blue) = 190+64+93=347 (45% of max value = 765). Red value is 190 (74.61% from 255 or 54.76% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 93 (36.72% from 255 or 26.80% from 347); Max value from RGB is 190 - color contains mainly: red. Hex color #BE405D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE405D is #41BFA2. Grayscale: #686868. Windows color (decimal): -4308899 or 6111422. OLE color: 6111422.
HSL color Cylindrical-coordinate representation of color #BE405D: hue angle of 346.19º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BE405D is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 64 | 93 | - |
| CMYK | 0 | 0.66 | 0.51 | 0.25 |
| HSL | 346.19º | 0.5% | 0.5% | - |
| HSV(B) | 346.19º | 0.66% | 0.75% | - |
| XYZ | 25.04 | 15.4 | 12.01 | - |
| YUV | 104.98 | 121.24 | 188.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 64 | 93 | 0 | 0.66 | 0.51 | 0.25 | 346.19 | 0.5 | 0.5 |
| Hex | BE | 40 | 5D | 0 | 42 | 33 | 19 | 15A | 32 | 32 |
| Octal | 276 | 100 | 135 | 0 | 102 | 63 | 31 | 532 | 62 | 62 |
| Binary | 10111110 | 1000000 | 1011101 | 0 | 1000010 | 110011 | 11001 | 101011010 | 110010 | 110010 |
Color Harmonies of #BE405D
Complementary color
Monochromatic Colors of #BE405D
Black with #BE405D
Text Example
Text Example
White with #BE405D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE405D; }
p { color: rgb(190,64,93); }
H1.HeaderClassName
{
color: #BE405D;
}
.AnyTagClassName
{
color: #BE405D;
}
</style>
background-color css
<style>
a { background-color: #BE405D; }
a { background-color: rgb(190,64,93); }
div.DivClassName
{
background-color: #BE405D;
}
.BgClassName
{
background-color: #BE405D;
}
</style>
border-color css
<style>
span { border-color: #BE405D; }
span { border-color: rgb(190,64,93); }
td.TdClassName
{
border-color: #BE405D;
}
.TagClassName
{
border-color: #BE405D;
}
</style>