Shades of Blush #BE5D6A
Tints of Blush #BE5D6A
RGB
CMYK
RGB Variations
Color information
#BE5D6A (or 0xBE5D6A) is known color: Blush. HEX triplet: BE, 5D and 6A. RGB value is (190,93,106). Sum of RGB (Red+Green+Blue) = 190+93+106=389 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.84% from 389); Green value is 93 (36.72% from 255 or 23.91% from 389); Blue value is 106 (41.80% from 255 or 27.25% from 389); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5D6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5D6A is #41A295. Grayscale: #7B7B7B. Windows color (decimal): -4301462 or 6970814. OLE color: 6970814.
HSL color Cylindrical-coordinate representation of color #BE5D6A: hue angle of 351.96º 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 #BE5D6A is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 93 | 106 | - |
| CMYK | 0 | 0.51 | 0.44 | 0.25 |
| HSL | 351.96º | 0.43% | 0.55% | - |
| HSV(B) | 351.96º | 0.51% | 0.75% | - |
| XYZ | 27.75 | 19.82 | 16 | - |
| YUV | 123.49 | 118.14 | 175.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 93 | 106 | 0 | 0.51 | 0.44 | 0.25 | 351.96 | 0.43 | 0.55 |
| Hex | BE | 5D | 6A | 0 | 33 | 2C | 19 | 160 | 2B | 37 |
| Octal | 276 | 135 | 152 | 0 | 63 | 54 | 31 | 540 | 53 | 67 |
| Binary | 10111110 | 1011101 | 1101010 | 0 | 110011 | 101100 | 11001 | 101100000 | 101011 | 110111 |
Color Harmonies of #BE5D6A
Complementary color
Monochromatic Colors of #BE5D6A
Black with #BE5D6A
Text Example
Text Example
White with #BE5D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5D6A; }
p { color: rgb(190,93,106); }
H1.HeaderClassName
{
color: #BE5D6A;
}
.AnyTagClassName
{
color: #BE5D6A;
}
</style>
background-color css
<style>
a { background-color: #BE5D6A; }
a { background-color: rgb(190,93,106); }
div.DivClassName
{
background-color: #BE5D6A;
}
.BgClassName
{
background-color: #BE5D6A;
}
</style>
border-color css
<style>
span { border-color: #BE5D6A; }
span { border-color: rgb(190,93,106); }
td.TdClassName
{
border-color: #BE5D6A;
}
.TagClassName
{
border-color: #BE5D6A;
}
</style>