Shades of Blush #BE5D68
Tints of Blush #BE5D68
RGB
CMYK
RGB Variations
Color information
#BE5D68 (or 0xBE5D68) is known color: Blush. HEX triplet: BE, 5D and 68. RGB value is (190,93,104). Sum of RGB (Red+Green+Blue) = 190+93+104=387 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.10% from 387); Green value is 93 (36.72% from 255 or 24.03% from 387); Blue value is 104 (41.02% from 255 or 26.87% from 387); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5D68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5D68 is #41A297. Grayscale: #7B7B7B. Windows color (decimal): -4301464 or 6839742. OLE color: 6839742.
HSL color Cylindrical-coordinate representation of color #BE5D68: hue angle of 353.2º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BE5D68 is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 93 | 104 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.25 |
| HSL | 353.2º | 0.43% | 0.55% | - |
| HSV(B) | 353.2º | 0.51% | 0.75% | - |
| XYZ | 27.65 | 19.78 | 15.46 | - |
| YUV | 123.26 | 117.14 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 93 | 104 | 0 | 0.51 | 0.45 | 0.25 | 353.2 | 0.43 | 0.55 |
| Hex | BE | 5D | 68 | 0 | 33 | 2D | 19 | 161 | 2B | 37 |
| Octal | 276 | 135 | 150 | 0 | 63 | 55 | 31 | 541 | 53 | 67 |
| Binary | 10111110 | 1011101 | 1101000 | 0 | 110011 | 101101 | 11001 | 101100001 | 101011 | 110111 |
Color Harmonies of #BE5D68
Complementary color
Monochromatic Colors of #BE5D68
Black with #BE5D68
Text Example
Text Example
White with #BE5D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5D68; }
p { color: rgb(190,93,104); }
H1.HeaderClassName
{
color: #BE5D68;
}
.AnyTagClassName
{
color: #BE5D68;
}
</style>
background-color css
<style>
a { background-color: #BE5D68; }
a { background-color: rgb(190,93,104); }
div.DivClassName
{
background-color: #BE5D68;
}
.BgClassName
{
background-color: #BE5D68;
}
</style>
border-color css
<style>
span { border-color: #BE5D68; }
span { border-color: rgb(190,93,104); }
td.TdClassName
{
border-color: #BE5D68;
}
.TagClassName
{
border-color: #BE5D68;
}
</style>