Shades of Blush #BE5D6C
Tints of Blush #BE5D6C
RGB
CMYK
RGB Variations
Color information
#BE5D6C (or 0xBE5D6C) is known color: Blush. HEX triplet: BE, 5D and 6C. RGB value is (190,93,108). Sum of RGB (Red+Green+Blue) = 190+93+108=391 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.59% from 391); Green value is 93 (36.72% from 255 or 23.79% from 391); Blue value is 108 (42.58% from 255 or 27.62% from 391); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5D6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5D6C is #41A293. Grayscale: #7B7B7B. Windows color (decimal): -4301460 or 7101886. OLE color: 7101886.
HSL color Cylindrical-coordinate representation of color #BE5D6C: hue angle of 350.72º 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 #BE5D6C is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 93 | 108 | - |
| CMYK | 0 | 0.51 | 0.43 | 0.25 |
| HSL | 350.72º | 0.43% | 0.55% | - |
| HSV(B) | 350.72º | 0.51% | 0.75% | - |
| XYZ | 27.86 | 19.86 | 16.55 | - |
| YUV | 123.71 | 119.14 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 93 | 108 | 0 | 0.51 | 0.43 | 0.25 | 350.72 | 0.43 | 0.55 |
| Hex | BE | 5D | 6C | 0 | 33 | 2B | 19 | 15F | 2B | 37 |
| Octal | 276 | 135 | 154 | 0 | 63 | 53 | 31 | 537 | 53 | 67 |
| Binary | 10111110 | 1011101 | 1101100 | 0 | 110011 | 101011 | 11001 | 101011111 | 101011 | 110111 |
Color Harmonies of #BE5D6C
Complementary color
Monochromatic Colors of #BE5D6C
Black with #BE5D6C
Text Example
Text Example
White with #BE5D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5D6C; }
p { color: rgb(190,93,108); }
H1.HeaderClassName
{
color: #BE5D6C;
}
.AnyTagClassName
{
color: #BE5D6C;
}
</style>
background-color css
<style>
a { background-color: #BE5D6C; }
a { background-color: rgb(190,93,108); }
div.DivClassName
{
background-color: #BE5D6C;
}
.BgClassName
{
background-color: #BE5D6C;
}
</style>
border-color css
<style>
span { border-color: #BE5D6C; }
span { border-color: rgb(190,93,108); }
td.TdClassName
{
border-color: #BE5D6C;
}
.TagClassName
{
border-color: #BE5D6C;
}
</style>