Shades of Blush #BE4D64
Tints of Blush #BE4D64
RGB
CMYK
RGB Variations
Color information
#BE4D64 (or 0xBE4D64) is known color: Blush. HEX triplet: BE, 4D and 64. RGB value is (190,77,100). Sum of RGB (Red+Green+Blue) = 190+77+100=367 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.77% from 367); Green value is 77 (30.47% from 255 or 20.98% from 367); Blue value is 100 (39.45% from 255 or 27.25% from 367); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4D64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE4D64 is #41B29B. Grayscale: #717171. Windows color (decimal): -4305564 or 6573502. OLE color: 6573502.
HSL color Cylindrical-coordinate representation of color #BE4D64: hue angle of 347.79º 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 #BE4D64 is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 77 | 100 | - |
| CMYK | 0 | 0.59 | 0.47 | 0.25 |
| HSL | 347.79º | 0.47% | 0.52% | - |
| HSV(B) | 347.79º | 0.59% | 0.75% | - |
| XYZ | 26.19 | 17.18 | 13.99 | - |
| YUV | 113.41 | 120.44 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 77 | 100 | 0 | 0.59 | 0.47 | 0.25 | 347.79 | 0.47 | 0.52 |
| Hex | BE | 4D | 64 | 0 | 3B | 2F | 19 | 15C | 2F | 34 |
| Octal | 276 | 115 | 144 | 0 | 73 | 57 | 31 | 534 | 57 | 64 |
| Binary | 10111110 | 1001101 | 1100100 | 0 | 111011 | 101111 | 11001 | 101011100 | 101111 | 110100 |
Color Harmonies of #BE4D64
Complementary color
Monochromatic Colors of #BE4D64
Black with #BE4D64
Text Example
Text Example
White with #BE4D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4D64; }
p { color: rgb(190,77,100); }
H1.HeaderClassName
{
color: #BE4D64;
}
.AnyTagClassName
{
color: #BE4D64;
}
</style>
background-color css
<style>
a { background-color: #BE4D64; }
a { background-color: rgb(190,77,100); }
div.DivClassName
{
background-color: #BE4D64;
}
.BgClassName
{
background-color: #BE4D64;
}
</style>
border-color css
<style>
span { border-color: #BE4D64; }
span { border-color: rgb(190,77,100); }
td.TdClassName
{
border-color: #BE4D64;
}
.TagClassName
{
border-color: #BE4D64;
}
</style>