Shades of Blush #BE5C6B
Tints of Blush #BE5C6B
RGB
CMYK
RGB Variations
Color information
#BE5C6B (or 0xBE5C6B) is known color: Blush. HEX triplet: BE, 5C and 6B. RGB value is (190,92,107). Sum of RGB (Red+Green+Blue) = 190+92+107=389 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.84% from 389); Green value is 92 (36.33% from 255 or 23.65% from 389); Blue value is 107 (42.19% from 255 or 27.51% from 389); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5C6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5C6B is #41A394. Grayscale: #7B7B7B. Windows color (decimal): -4301717 or 7036094. OLE color: 7036094.
HSL color Cylindrical-coordinate representation of color #BE5C6B: hue angle of 350.82º 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 #BE5C6B is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 92 | 107 | - |
| CMYK | 0 | 0.52 | 0.44 | 0.25 |
| HSL | 350.82º | 0.43% | 0.55% | - |
| HSV(B) | 350.82º | 0.52% | 0.75% | - |
| XYZ | 27.72 | 19.66 | 16.24 | - |
| YUV | 123.01 | 118.97 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 92 | 107 | 0 | 0.52 | 0.44 | 0.25 | 350.82 | 0.43 | 0.55 |
| Hex | BE | 5C | 6B | 0 | 34 | 2C | 19 | 15F | 2B | 37 |
| Octal | 276 | 134 | 153 | 0 | 64 | 54 | 31 | 537 | 53 | 67 |
| Binary | 10111110 | 1011100 | 1101011 | 0 | 110100 | 101100 | 11001 | 101011111 | 101011 | 110111 |
Color Harmonies of #BE5C6B
Complementary color
Monochromatic Colors of #BE5C6B
Black with #BE5C6B
Text Example
Text Example
White with #BE5C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5C6B; }
p { color: rgb(190,92,107); }
H1.HeaderClassName
{
color: #BE5C6B;
}
.AnyTagClassName
{
color: #BE5C6B;
}
</style>
background-color css
<style>
a { background-color: #BE5C6B; }
a { background-color: rgb(190,92,107); }
div.DivClassName
{
background-color: #BE5C6B;
}
.BgClassName
{
background-color: #BE5C6B;
}
</style>
border-color css
<style>
span { border-color: #BE5C6B; }
span { border-color: rgb(190,92,107); }
td.TdClassName
{
border-color: #BE5C6B;
}
.TagClassName
{
border-color: #BE5C6B;
}
</style>