Shades of Blush #BE4266
Tints of Blush #BE4266
RGB
CMYK
RGB Variations
Color information
#BE4266 (or 0xBE4266) is known color: Blush. HEX triplet: BE, 42 and 66. RGB value is (190,66,102). Sum of RGB (Red+Green+Blue) = 190+66+102=358 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.07% from 358); Green value is 66 (26.17% from 255 or 18.44% from 358); Blue value is 102 (40.23% from 255 or 28.49% from 358); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4266 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4266 is #41BD99. Grayscale: #6B6B6B. Windows color (decimal): -4308378 or 6701758. OLE color: 6701758.
HSL color Cylindrical-coordinate representation of color #BE4266: hue angle of 342.58º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BE4266 is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 66 | 102 | - |
| CMYK | 0 | 0.65 | 0.46 | 0.25 |
| HSL | 342.58º | 0.49% | 0.5% | - |
| HSV(B) | 342.58º | 0.65% | 0.75% | - |
| XYZ | 25.58 | 15.8 | 14.27 | - |
| YUV | 107.18 | 125.08 | 187.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 66 | 102 | 0 | 0.65 | 0.46 | 0.25 | 342.58 | 0.49 | 0.5 |
| Hex | BE | 42 | 66 | 0 | 41 | 2E | 19 | 157 | 31 | 32 |
| Octal | 276 | 102 | 146 | 0 | 101 | 56 | 31 | 527 | 61 | 62 |
| Binary | 10111110 | 1000010 | 1100110 | 0 | 1000001 | 101110 | 11001 | 101010111 | 110001 | 110010 |
Color Harmonies of #BE4266
Complementary color
Monochromatic Colors of #BE4266
Black with #BE4266
Text Example
Text Example
White with #BE4266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4266; }
p { color: rgb(190,66,102); }
H1.HeaderClassName
{
color: #BE4266;
}
.AnyTagClassName
{
color: #BE4266;
}
</style>
background-color css
<style>
a { background-color: #BE4266; }
a { background-color: rgb(190,66,102); }
div.DivClassName
{
background-color: #BE4266;
}
.BgClassName
{
background-color: #BE4266;
}
</style>
border-color css
<style>
span { border-color: #BE4266; }
span { border-color: rgb(190,66,102); }
td.TdClassName
{
border-color: #BE4266;
}
.TagClassName
{
border-color: #BE4266;
}
</style>