Shades of Blush #BE5D6F
Tints of Blush #BE5D6F
RGB
CMYK
RGB Variations
Color information
#BE5D6F (or 0xBE5D6F) is known color: Blush. HEX triplet: BE, 5D and 6F. RGB value is (190,93,111). Sum of RGB (Red+Green+Blue) = 190+93+111=394 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.22% from 394); Green value is 93 (36.72% from 255 or 23.60% from 394); Blue value is 111 (43.75% from 255 or 28.17% from 394); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5D6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5D6F is #41A290. Grayscale: #7C7C7C. Windows color (decimal): -4301457 or 7298494. OLE color: 7298494.
HSL color Cylindrical-coordinate representation of color #BE5D6F: hue angle of 348.87º 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 #BE5D6F is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 93 | 111 | - |
| CMYK | 0 | 0.51 | 0.42 | 0.25 |
| HSL | 348.87º | 0.43% | 0.55% | - |
| HSV(B) | 348.87º | 0.51% | 0.75% | - |
| XYZ | 28.02 | 19.92 | 17.41 | - |
| YUV | 124.06 | 120.64 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 93 | 111 | 0 | 0.51 | 0.42 | 0.25 | 348.87 | 0.43 | 0.55 |
| Hex | BE | 5D | 6F | 0 | 33 | 2A | 19 | 15D | 2B | 37 |
| Octal | 276 | 135 | 157 | 0 | 63 | 52 | 31 | 535 | 53 | 67 |
| Binary | 10111110 | 1011101 | 1101111 | 0 | 110011 | 101010 | 11001 | 101011101 | 101011 | 110111 |
Color Harmonies of #BE5D6F
Complementary color
Monochromatic Colors of #BE5D6F
Black with #BE5D6F
Text Example
Text Example
White with #BE5D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5D6F; }
p { color: rgb(190,93,111); }
H1.HeaderClassName
{
color: #BE5D6F;
}
.AnyTagClassName
{
color: #BE5D6F;
}
</style>
background-color css
<style>
a { background-color: #BE5D6F; }
a { background-color: rgb(190,93,111); }
div.DivClassName
{
background-color: #BE5D6F;
}
.BgClassName
{
background-color: #BE5D6F;
}
</style>
border-color css
<style>
span { border-color: #BE5D6F; }
span { border-color: rgb(190,93,111); }
td.TdClassName
{
border-color: #BE5D6F;
}
.TagClassName
{
border-color: #BE5D6F;
}
</style>