Shades of Blush #BE5763
Tints of Blush #BE5763
RGB
CMYK
RGB Variations
Color information
#BE5763 (or 0xBE5763) is known color: Blush. HEX triplet: BE, 57 and 63. RGB value is (190,87,99). Sum of RGB (Red+Green+Blue) = 190+87+99=376 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.53% from 376); Green value is 87 (34.38% from 255 or 23.14% from 376); Blue value is 99 (39.06% from 255 or 26.33% from 376); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5763 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5763 is #41A89C. Grayscale: #777777. Windows color (decimal): -4303005 or 6510526. OLE color: 6510526.
HSL color Cylindrical-coordinate representation of color #BE5763: hue angle of 353.01º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BE5763 is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 87 | 99 | - |
| CMYK | 0 | 0.54 | 0.48 | 0.25 |
| HSL | 353.01º | 0.44% | 0.54% | - |
| HSV(B) | 353.01º | 0.54% | 0.75% | - |
| XYZ | 26.9 | 18.66 | 13.99 | - |
| YUV | 119.17 | 116.62 | 178.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 87 | 99 | 0 | 0.54 | 0.48 | 0.25 | 353.01 | 0.44 | 0.54 |
| Hex | BE | 57 | 63 | 0 | 36 | 30 | 19 | 161 | 2C | 36 |
| Octal | 276 | 127 | 143 | 0 | 66 | 60 | 31 | 541 | 54 | 66 |
| Binary | 10111110 | 1010111 | 1100011 | 0 | 110110 | 110000 | 11001 | 101100001 | 101100 | 110110 |
Color Harmonies of #BE5763
Complementary color
Monochromatic Colors of #BE5763
Black with #BE5763
Text Example
Text Example
White with #BE5763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5763; }
p { color: rgb(190,87,99); }
H1.HeaderClassName
{
color: #BE5763;
}
.AnyTagClassName
{
color: #BE5763;
}
</style>
background-color css
<style>
a { background-color: #BE5763; }
a { background-color: rgb(190,87,99); }
div.DivClassName
{
background-color: #BE5763;
}
.BgClassName
{
background-color: #BE5763;
}
</style>
border-color css
<style>
span { border-color: #BE5763; }
span { border-color: rgb(190,87,99); }
td.TdClassName
{
border-color: #BE5763;
}
.TagClassName
{
border-color: #BE5763;
}
</style>