Shades of Blush #BE4D6D
Tints of Blush #BE4D6D
RGB
CMYK
RGB Variations
Color information
#BE4D6D (or 0xBE4D6D) is known color: Blush. HEX triplet: BE, 4D and 6D. RGB value is (190,77,109). Sum of RGB (Red+Green+Blue) = 190+77+109=376 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.53% from 376); Green value is 77 (30.47% from 255 or 20.48% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4D6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE4D6D is #41B292. Grayscale: #727272. Windows color (decimal): -4305555 or 7163326. OLE color: 7163326.
HSL color Cylindrical-coordinate representation of color #BE4D6D: hue angle of 343.01º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BE4D6D is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 77 | 109 | - |
| CMYK | 0 | 0.59 | 0.43 | 0.25 |
| HSL | 343.01º | 0.47% | 0.52% | - |
| HSV(B) | 343.01º | 0.59% | 0.75% | - |
| XYZ | 26.65 | 17.36 | 16.41 | - |
| YUV | 114.44 | 124.94 | 181.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 77 | 109 | 0 | 0.59 | 0.43 | 0.25 | 343.01 | 0.47 | 0.52 |
| Hex | BE | 4D | 6D | 0 | 3B | 2B | 19 | 157 | 2F | 34 |
| Octal | 276 | 115 | 155 | 0 | 73 | 53 | 31 | 527 | 57 | 64 |
| Binary | 10111110 | 1001101 | 1101101 | 0 | 111011 | 101011 | 11001 | 101010111 | 101111 | 110100 |
Color Harmonies of #BE4D6D
Complementary color
Monochromatic Colors of #BE4D6D
Black with #BE4D6D
Text Example
Text Example
White with #BE4D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4D6D; }
p { color: rgb(190,77,109); }
H1.HeaderClassName
{
color: #BE4D6D;
}
.AnyTagClassName
{
color: #BE4D6D;
}
</style>
background-color css
<style>
a { background-color: #BE4D6D; }
a { background-color: rgb(190,77,109); }
div.DivClassName
{
background-color: #BE4D6D;
}
.BgClassName
{
background-color: #BE4D6D;
}
</style>
border-color css
<style>
span { border-color: #BE4D6D; }
span { border-color: rgb(190,77,109); }
td.TdClassName
{
border-color: #BE4D6D;
}
.TagClassName
{
border-color: #BE4D6D;
}
</style>