Shades of Blush #BE4966
Tints of Blush #BE4966
RGB
CMYK
RGB Variations
Color information
#BE4966 (or 0xBE4966) is known color: Blush. HEX triplet: BE, 49 and 66. RGB value is (190,73,102). Sum of RGB (Red+Green+Blue) = 190+73+102=365 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.05% from 365); Green value is 73 (28.91% from 255 or 20% from 365); Blue value is 102 (40.23% from 255 or 27.95% from 365); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4966 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4966 is #41B699. Grayscale: #6F6F6F. Windows color (decimal): -4306586 or 6703550. OLE color: 6703550.
HSL color Cylindrical-coordinate representation of color #BE4966: hue angle of 345.13º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BE4966 is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 73 | 102 | - |
| CMYK | 0 | 0.62 | 0.46 | 0.25 |
| HSL | 345.13º | 0.47% | 0.52% | - |
| HSV(B) | 345.13º | 0.62% | 0.75% | - |
| XYZ | 26.02 | 16.67 | 14.42 | - |
| YUV | 111.29 | 122.76 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 73 | 102 | 0 | 0.62 | 0.46 | 0.25 | 345.13 | 0.47 | 0.52 |
| Hex | BE | 49 | 66 | 0 | 3E | 2E | 19 | 159 | 2F | 34 |
| Octal | 276 | 111 | 146 | 0 | 76 | 56 | 31 | 531 | 57 | 64 |
| Binary | 10111110 | 1001001 | 1100110 | 0 | 111110 | 101110 | 11001 | 101011001 | 101111 | 110100 |
Color Harmonies of #BE4966
Complementary color
Monochromatic Colors of #BE4966
Black with #BE4966
Text Example
Text Example
White with #BE4966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4966; }
p { color: rgb(190,73,102); }
H1.HeaderClassName
{
color: #BE4966;
}
.AnyTagClassName
{
color: #BE4966;
}
</style>
background-color css
<style>
a { background-color: #BE4966; }
a { background-color: rgb(190,73,102); }
div.DivClassName
{
background-color: #BE4966;
}
.BgClassName
{
background-color: #BE4966;
}
</style>
border-color css
<style>
span { border-color: #BE4966; }
span { border-color: rgb(190,73,102); }
td.TdClassName
{
border-color: #BE4966;
}
.TagClassName
{
border-color: #BE4966;
}
</style>