Shades of Blush #BE4D5E
Tints of Blush #BE4D5E
RGB
CMYK
RGB Variations
Color information
#BE4D5E (or 0xBE4D5E) is known color: Blush. HEX triplet: BE, 4D and 5E. RGB value is (190,77,94). Sum of RGB (Red+Green+Blue) = 190+77+94=361 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.63% from 361); Green value is 77 (30.47% from 255 or 21.33% from 361); Blue value is 94 (37.11% from 255 or 26.04% from 361); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4D5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE4D5E is #41B2A1. Grayscale: #707070. Windows color (decimal): -4305570 or 6180286. OLE color: 6180286.
HSL color Cylindrical-coordinate representation of color #BE4D5E: hue angle of 350.97º 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 #BE4D5E is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 77 | 94 | - |
| CMYK | 0 | 0.59 | 0.51 | 0.25 |
| HSL | 350.97º | 0.47% | 0.52% | - |
| HSV(B) | 350.97º | 0.59% | 0.75% | - |
| XYZ | 25.91 | 17.06 | 12.52 | - |
| YUV | 112.73 | 117.44 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 77 | 94 | 0 | 0.59 | 0.51 | 0.25 | 350.97 | 0.47 | 0.52 |
| Hex | BE | 4D | 5E | 0 | 3B | 33 | 19 | 15F | 2F | 34 |
| Octal | 276 | 115 | 136 | 0 | 73 | 63 | 31 | 537 | 57 | 64 |
| Binary | 10111110 | 1001101 | 1011110 | 0 | 111011 | 110011 | 11001 | 101011111 | 101111 | 110100 |
Color Harmonies of #BE4D5E
Complementary color
Monochromatic Colors of #BE4D5E
Black with #BE4D5E
Text Example
Text Example
White with #BE4D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4D5E; }
p { color: rgb(190,77,94); }
H1.HeaderClassName
{
color: #BE4D5E;
}
.AnyTagClassName
{
color: #BE4D5E;
}
</style>
background-color css
<style>
a { background-color: #BE4D5E; }
a { background-color: rgb(190,77,94); }
div.DivClassName
{
background-color: #BE4D5E;
}
.BgClassName
{
background-color: #BE4D5E;
}
</style>
border-color css
<style>
span { border-color: #BE4D5E; }
span { border-color: rgb(190,77,94); }
td.TdClassName
{
border-color: #BE4D5E;
}
.TagClassName
{
border-color: #BE4D5E;
}
</style>