Shades of Blush #BE405F
Tints of Blush #BE405F
RGB
CMYK
RGB Variations
Color information
#BE405F (or 0xBE405F) is known color: Blush. HEX triplet: BE, 40 and 5F. RGB value is (190,64,95). Sum of RGB (Red+Green+Blue) = 190+64+95=349 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.44% from 349); Green value is 64 (25.39% from 255 or 18.34% from 349); Blue value is 95 (37.5% from 255 or 27.22% from 349); Max value from RGB is 190 - color contains mainly: red. Hex color #BE405F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE405F is #41BFA0. Grayscale: #696969. Windows color (decimal): -4308897 or 6242494. OLE color: 6242494.
HSL color Cylindrical-coordinate representation of color #BE405F: hue angle of 345.24º 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 #BE405F is Cyan = 0, Magento = 0.66, Yellow = 0.5 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 64 | 95 | - |
| CMYK | 0 | 0.66 | 0.5 | 0.25 |
| HSL | 345.24º | 0.5% | 0.5% | - |
| HSV(B) | 345.24º | 0.66% | 0.75% | - |
| XYZ | 25.13 | 15.44 | 12.48 | - |
| YUV | 105.21 | 122.24 | 188.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 64 | 95 | 0 | 0.66 | 0.5 | 0.25 | 345.24 | 0.5 | 0.5 |
| Hex | BE | 40 | 5F | 0 | 42 | 32 | 19 | 159 | 32 | 32 |
| Octal | 276 | 100 | 137 | 0 | 102 | 62 | 31 | 531 | 62 | 62 |
| Binary | 10111110 | 1000000 | 1011111 | 0 | 1000010 | 110010 | 11001 | 101011001 | 110010 | 110010 |
Color Harmonies of #BE405F
Complementary color
Monochromatic Colors of #BE405F
Black with #BE405F
Text Example
Text Example
White with #BE405F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE405F; }
p { color: rgb(190,64,95); }
H1.HeaderClassName
{
color: #BE405F;
}
.AnyTagClassName
{
color: #BE405F;
}
</style>
background-color css
<style>
a { background-color: #BE405F; }
a { background-color: rgb(190,64,95); }
div.DivClassName
{
background-color: #BE405F;
}
.BgClassName
{
background-color: #BE405F;
}
</style>
border-color css
<style>
span { border-color: #BE405F; }
span { border-color: rgb(190,64,95); }
td.TdClassName
{
border-color: #BE405F;
}
.TagClassName
{
border-color: #BE405F;
}
</style>