Shades of Blush #BE4160
Tints of Blush #BE4160
RGB
CMYK
RGB Variations
Color information
#BE4160 (or 0xBE4160) is known color: Blush. HEX triplet: BE, 41 and 60. RGB value is (190,65,96). Sum of RGB (Red+Green+Blue) = 190+65+96=351 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.13% from 351); Green value is 65 (25.78% from 255 or 18.52% from 351); Blue value is 96 (37.89% from 255 or 27.35% from 351); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4160 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4160 is #41BE9F. Grayscale: #696969. Windows color (decimal): -4308640 or 6308286. OLE color: 6308286.
HSL color Cylindrical-coordinate representation of color #BE4160: hue angle of 345.12º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BE4160 is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 65 | 96 | - |
| CMYK | 0 | 0.66 | 0.49 | 0.25 |
| HSL | 345.12º | 0.49% | 0.5% | - |
| HSV(B) | 345.12º | 0.66% | 0.75% | - |
| XYZ | 25.24 | 15.57 | 12.74 | - |
| YUV | 105.91 | 122.41 | 187.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 65 | 96 | 0 | 0.66 | 0.49 | 0.25 | 345.12 | 0.49 | 0.5 |
| Hex | BE | 41 | 60 | 0 | 42 | 31 | 19 | 159 | 31 | 32 |
| Octal | 276 | 101 | 140 | 0 | 102 | 61 | 31 | 531 | 61 | 62 |
| Binary | 10111110 | 1000001 | 1100000 | 0 | 1000010 | 110001 | 11001 | 101011001 | 110001 | 110010 |
Color Harmonies of #BE4160
Complementary color
Monochromatic Colors of #BE4160
Black with #BE4160
Text Example
Text Example
White with #BE4160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4160; }
p { color: rgb(190,65,96); }
H1.HeaderClassName
{
color: #BE4160;
}
.AnyTagClassName
{
color: #BE4160;
}
</style>
background-color css
<style>
a { background-color: #BE4160; }
a { background-color: rgb(190,65,96); }
div.DivClassName
{
background-color: #BE4160;
}
.BgClassName
{
background-color: #BE4160;
}
</style>
border-color css
<style>
span { border-color: #BE4160; }
span { border-color: rgb(190,65,96); }
td.TdClassName
{
border-color: #BE4160;
}
.TagClassName
{
border-color: #BE4160;
}
</style>