Shades of Blush #BE4D6C
Tints of Blush #BE4D6C
RGB
CMYK
RGB Variations
Color information
#BE4D6C (or 0xBE4D6C) is known color: Blush. HEX triplet: BE, 4D and 6C. RGB value is (190,77,108). Sum of RGB (Red+Green+Blue) = 190+77+108=375 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.67% from 375); Green value is 77 (30.47% from 255 or 20.53% from 375); Blue value is 108 (42.58% from 255 or 28.8% from 375); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4D6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE4D6C is #41B293. Grayscale: #727272. Windows color (decimal): -4305556 or 7097790. OLE color: 7097790.
HSL color Cylindrical-coordinate representation of color #BE4D6C: hue angle of 343.54º 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 #BE4D6C is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 77 | 108 | - |
| CMYK | 0 | 0.59 | 0.43 | 0.25 |
| HSL | 343.54º | 0.47% | 0.52% | - |
| HSV(B) | 343.54º | 0.59% | 0.75% | - |
| XYZ | 26.6 | 17.34 | 16.13 | - |
| YUV | 114.32 | 124.44 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 77 | 108 | 0 | 0.59 | 0.43 | 0.25 | 343.54 | 0.47 | 0.52 |
| Hex | BE | 4D | 6C | 0 | 3B | 2B | 19 | 158 | 2F | 34 |
| Octal | 276 | 115 | 154 | 0 | 73 | 53 | 31 | 530 | 57 | 64 |
| Binary | 10111110 | 1001101 | 1101100 | 0 | 111011 | 101011 | 11001 | 101011000 | 101111 | 110100 |
Color Harmonies of #BE4D6C
Complementary color
Monochromatic Colors of #BE4D6C
Black with #BE4D6C
Text Example
Text Example
White with #BE4D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4D6C; }
p { color: rgb(190,77,108); }
H1.HeaderClassName
{
color: #BE4D6C;
}
.AnyTagClassName
{
color: #BE4D6C;
}
</style>
background-color css
<style>
a { background-color: #BE4D6C; }
a { background-color: rgb(190,77,108); }
div.DivClassName
{
background-color: #BE4D6C;
}
.BgClassName
{
background-color: #BE4D6C;
}
</style>
border-color css
<style>
span { border-color: #BE4D6C; }
span { border-color: rgb(190,77,108); }
td.TdClassName
{
border-color: #BE4D6C;
}
.TagClassName
{
border-color: #BE4D6C;
}
</style>