Shades of Blush #BE5B6E
Tints of Blush #BE5B6E
RGB
CMYK
RGB Variations
Color information
#BE5B6E (or 0xBE5B6E) is known color: Blush. HEX triplet: BE, 5B and 6E. RGB value is (190,91,110). Sum of RGB (Red+Green+Blue) = 190+91+110=391 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.59% from 391); Green value is 91 (35.94% from 255 or 23.27% from 391); Blue value is 110 (43.36% from 255 or 28.13% from 391); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5B6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5B6E is #41A491. Grayscale: #7A7A7A. Windows color (decimal): -4301970 or 7232446. OLE color: 7232446.
HSL color Cylindrical-coordinate representation of color #BE5B6E: hue angle of 348.48º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BE5B6E is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 91 | 110 | - |
| CMYK | 0 | 0.52 | 0.42 | 0.25 |
| HSL | 348.48º | 0.43% | 0.55% | - |
| HSV(B) | 348.48º | 0.52% | 0.75% | - |
| XYZ | 27.79 | 19.56 | 17.06 | - |
| YUV | 122.77 | 120.8 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 91 | 110 | 0 | 0.52 | 0.42 | 0.25 | 348.48 | 0.43 | 0.55 |
| Hex | BE | 5B | 6E | 0 | 34 | 2A | 19 | 15C | 2B | 37 |
| Octal | 276 | 133 | 156 | 0 | 64 | 52 | 31 | 534 | 53 | 67 |
| Binary | 10111110 | 1011011 | 1101110 | 0 | 110100 | 101010 | 11001 | 101011100 | 101011 | 110111 |
Color Harmonies of #BE5B6E
Complementary color
Monochromatic Colors of #BE5B6E
Black with #BE5B6E
Text Example
Text Example
White with #BE5B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5B6E; }
p { color: rgb(190,91,110); }
H1.HeaderClassName
{
color: #BE5B6E;
}
.AnyTagClassName
{
color: #BE5B6E;
}
</style>
background-color css
<style>
a { background-color: #BE5B6E; }
a { background-color: rgb(190,91,110); }
div.DivClassName
{
background-color: #BE5B6E;
}
.BgClassName
{
background-color: #BE5B6E;
}
</style>
border-color css
<style>
span { border-color: #BE5B6E; }
span { border-color: rgb(190,91,110); }
td.TdClassName
{
border-color: #BE5B6E;
}
.TagClassName
{
border-color: #BE5B6E;
}
</style>