Shades of Blush #BE5669
Tints of Blush #BE5669
RGB
CMYK
RGB Variations
Color information
#BE5669 (or 0xBE5669) is known color: Blush. HEX triplet: BE, 56 and 69. RGB value is (190,86,105). Sum of RGB (Red+Green+Blue) = 190+86+105=381 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.87% from 381); Green value is 86 (33.98% from 255 or 22.57% from 381); Blue value is 105 (41.41% from 255 or 27.56% from 381); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5669 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5669 is #41A996. Grayscale: #777777. Windows color (decimal): -4303255 or 6903486. OLE color: 6903486.
HSL color Cylindrical-coordinate representation of color #BE5669: hue angle of 349.04º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BE5669 is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 86 | 105 | - |
| CMYK | 0 | 0.55 | 0.45 | 0.25 |
| HSL | 349.04º | 0.44% | 0.54% | - |
| HSV(B) | 349.04º | 0.55% | 0.75% | - |
| XYZ | 27.11 | 18.62 | 15.53 | - |
| YUV | 119.26 | 119.96 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 86 | 105 | 0 | 0.55 | 0.45 | 0.25 | 349.04 | 0.44 | 0.54 |
| Hex | BE | 56 | 69 | 0 | 37 | 2D | 19 | 15D | 2C | 36 |
| Octal | 276 | 126 | 151 | 0 | 67 | 55 | 31 | 535 | 54 | 66 |
| Binary | 10111110 | 1010110 | 1101001 | 0 | 110111 | 101101 | 11001 | 101011101 | 101100 | 110110 |
Color Harmonies of #BE5669
Complementary color
Monochromatic Colors of #BE5669
Black with #BE5669
Text Example
Text Example
White with #BE5669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5669; }
p { color: rgb(190,86,105); }
H1.HeaderClassName
{
color: #BE5669;
}
.AnyTagClassName
{
color: #BE5669;
}
</style>
background-color css
<style>
a { background-color: #BE5669; }
a { background-color: rgb(190,86,105); }
div.DivClassName
{
background-color: #BE5669;
}
.BgClassName
{
background-color: #BE5669;
}
</style>
border-color css
<style>
span { border-color: #BE5669; }
span { border-color: rgb(190,86,105); }
td.TdClassName
{
border-color: #BE5669;
}
.TagClassName
{
border-color: #BE5669;
}
</style>