Shades of Blush #BE4D5C
Tints of Blush #BE4D5C
RGB
CMYK
RGB Variations
Color information
#BE4D5C (or 0xBE4D5C) is known color: Blush. HEX triplet: BE, 4D and 5C. RGB value is (190,77,92). Sum of RGB (Red+Green+Blue) = 190+77+92=359 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.92% from 359); Green value is 77 (30.47% from 255 or 21.45% from 359); Blue value is 92 (36.33% from 255 or 25.63% from 359); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4D5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE4D5C is #41B2A3. Grayscale: #707070. Windows color (decimal): -4305572 or 6049214. OLE color: 6049214.
HSL color Cylindrical-coordinate representation of color #BE4D5C: hue angle of 352.04º 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 #BE4D5C is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 77 | 92 | - |
| CMYK | 0 | 0.59 | 0.52 | 0.25 |
| HSL | 352.04º | 0.47% | 0.52% | - |
| HSV(B) | 352.04º | 0.59% | 0.75% | - |
| XYZ | 25.82 | 17.03 | 12.05 | - |
| YUV | 112.5 | 116.44 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 77 | 92 | 0 | 0.59 | 0.52 | 0.25 | 352.04 | 0.47 | 0.52 |
| Hex | BE | 4D | 5C | 0 | 3B | 34 | 19 | 160 | 2F | 34 |
| Octal | 276 | 115 | 134 | 0 | 73 | 64 | 31 | 540 | 57 | 64 |
| Binary | 10111110 | 1001101 | 1011100 | 0 | 111011 | 110100 | 11001 | 101100000 | 101111 | 110100 |
Color Harmonies of #BE4D5C
Complementary color
Monochromatic Colors of #BE4D5C
Black with #BE4D5C
Text Example
Text Example
White with #BE4D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4D5C; }
p { color: rgb(190,77,92); }
H1.HeaderClassName
{
color: #BE4D5C;
}
.AnyTagClassName
{
color: #BE4D5C;
}
</style>
background-color css
<style>
a { background-color: #BE4D5C; }
a { background-color: rgb(190,77,92); }
div.DivClassName
{
background-color: #BE4D5C;
}
.BgClassName
{
background-color: #BE4D5C;
}
</style>
border-color css
<style>
span { border-color: #BE4D5C; }
span { border-color: rgb(190,77,92); }
td.TdClassName
{
border-color: #BE4D5C;
}
.TagClassName
{
border-color: #BE4D5C;
}
</style>