Shades of Blush #BE4C5E
Tints of Blush #BE4C5E
RGB
CMYK
RGB Variations
Color information
#BE4C5E (or 0xBE4C5E) is known color: Blush. HEX triplet: BE, 4C and 5E. RGB value is (190,76,94). Sum of RGB (Red+Green+Blue) = 190+76+94=360 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.78% from 360); Green value is 76 (30.08% from 255 or 21.11% from 360); Blue value is 94 (37.11% from 255 or 26.11% from 360); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4C5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4C5E is #41B3A1. Grayscale: #707070. Windows color (decimal): -4305826 or 6180030. OLE color: 6180030.
HSL color Cylindrical-coordinate representation of color #BE4C5E: hue angle of 350.53º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BE4C5E is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 76 | 94 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.25 |
| HSL | 350.53º | 0.47% | 0.52% | - |
| HSV(B) | 350.53º | 0.6% | 0.75% | - |
| XYZ | 25.84 | 16.92 | 12.49 | - |
| YUV | 112.14 | 117.77 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 76 | 94 | 0 | 0.60 | 0.51 | 0.25 | 350.53 | 0.47 | 0.52 |
| Hex | BE | 4C | 5E | 0 | 3C | 33 | 19 | 15F | 2F | 34 |
| Octal | 276 | 114 | 136 | 0 | 74 | 63 | 31 | 537 | 57 | 64 |
| Binary | 10111110 | 1001100 | 1011110 | 0 | 111100 | 110011 | 11001 | 101011111 | 101111 | 110100 |
Color Harmonies of #BE4C5E
Complementary color
Monochromatic Colors of #BE4C5E
Black with #BE4C5E
Text Example
Text Example
White with #BE4C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4C5E; }
p { color: rgb(190,76,94); }
H1.HeaderClassName
{
color: #BE4C5E;
}
.AnyTagClassName
{
color: #BE4C5E;
}
</style>
background-color css
<style>
a { background-color: #BE4C5E; }
a { background-color: rgb(190,76,94); }
div.DivClassName
{
background-color: #BE4C5E;
}
.BgClassName
{
background-color: #BE4C5E;
}
</style>
border-color css
<style>
span { border-color: #BE4C5E; }
span { border-color: rgb(190,76,94); }
td.TdClassName
{
border-color: #BE4C5E;
}
.TagClassName
{
border-color: #BE4C5E;
}
</style>