Shades of Blush #BE4D68
Tints of Blush #BE4D68
RGB
CMYK
RGB Variations
Color information
#BE4D68 (or 0xBE4D68) is known color: Blush. HEX triplet: BE, 4D and 68. RGB value is (190,77,104). Sum of RGB (Red+Green+Blue) = 190+77+104=371 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.21% from 371); Green value is 77 (30.47% from 255 or 20.75% from 371); Blue value is 104 (41.02% from 255 or 28.03% from 371); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4D68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE4D68 is #41B297. Grayscale: #717171. Windows color (decimal): -4305560 or 6835646. OLE color: 6835646.
HSL color Cylindrical-coordinate representation of color #BE4D68: hue angle of 345.66º 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 #BE4D68 is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 77 | 104 | - |
| CMYK | 0 | 0.59 | 0.45 | 0.25 |
| HSL | 345.66º | 0.47% | 0.52% | - |
| HSV(B) | 345.66º | 0.59% | 0.75% | - |
| XYZ | 26.39 | 17.25 | 15.04 | - |
| YUV | 113.87 | 122.44 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 77 | 104 | 0 | 0.59 | 0.45 | 0.25 | 345.66 | 0.47 | 0.52 |
| Hex | BE | 4D | 68 | 0 | 3B | 2D | 19 | 15A | 2F | 34 |
| Octal | 276 | 115 | 150 | 0 | 73 | 55 | 31 | 532 | 57 | 64 |
| Binary | 10111110 | 1001101 | 1101000 | 0 | 111011 | 101101 | 11001 | 101011010 | 101111 | 110100 |
Color Harmonies of #BE4D68
Complementary color
Monochromatic Colors of #BE4D68
Black with #BE4D68
Text Example
Text Example
White with #BE4D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4D68; }
p { color: rgb(190,77,104); }
H1.HeaderClassName
{
color: #BE4D68;
}
.AnyTagClassName
{
color: #BE4D68;
}
</style>
background-color css
<style>
a { background-color: #BE4D68; }
a { background-color: rgb(190,77,104); }
div.DivClassName
{
background-color: #BE4D68;
}
.BgClassName
{
background-color: #BE4D68;
}
</style>
border-color css
<style>
span { border-color: #BE4D68; }
span { border-color: rgb(190,77,104); }
td.TdClassName
{
border-color: #BE4D68;
}
.TagClassName
{
border-color: #BE4D68;
}
</style>