Shades of Blush #BE445D
Tints of Blush #BE445D
RGB
CMYK
RGB Variations
Color information
#BE445D (or 0xBE445D) is known color: Blush. HEX triplet: BE, 44 and 5D. RGB value is (190,68,93). Sum of RGB (Red+Green+Blue) = 190+68+93=351 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.13% from 351); Green value is 68 (26.95% from 255 or 19.37% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 190 - color contains mainly: red. Hex color #BE445D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE445D is #41BBA2. Grayscale: #6B6B6B. Windows color (decimal): -4307875 or 6112446. OLE color: 6112446.
HSL color Cylindrical-coordinate representation of color #BE445D: hue angle of 347.7º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BE445D is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 68 | 93 | - |
| CMYK | 0 | 0.64 | 0.51 | 0.25 |
| HSL | 347.7º | 0.48% | 0.51% | - |
| HSV(B) | 347.7º | 0.64% | 0.75% | - |
| XYZ | 25.28 | 15.87 | 12.09 | - |
| YUV | 107.33 | 119.92 | 186.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 68 | 93 | 0 | 0.64 | 0.51 | 0.25 | 347.7 | 0.48 | 0.51 |
| Hex | BE | 44 | 5D | 0 | 40 | 33 | 19 | 15C | 30 | 33 |
| Octal | 276 | 104 | 135 | 0 | 100 | 63 | 31 | 534 | 60 | 63 |
| Binary | 10111110 | 1000100 | 1011101 | 0 | 1000000 | 110011 | 11001 | 101011100 | 110000 | 110011 |
Color Harmonies of #BE445D
Complementary color
Monochromatic Colors of #BE445D
Black with #BE445D
Text Example
Text Example
White with #BE445D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE445D; }
p { color: rgb(190,68,93); }
H1.HeaderClassName
{
color: #BE445D;
}
.AnyTagClassName
{
color: #BE445D;
}
</style>
background-color css
<style>
a { background-color: #BE445D; }
a { background-color: rgb(190,68,93); }
div.DivClassName
{
background-color: #BE445D;
}
.BgClassName
{
background-color: #BE445D;
}
</style>
border-color css
<style>
span { border-color: #BE445D; }
span { border-color: rgb(190,68,93); }
td.TdClassName
{
border-color: #BE445D;
}
.TagClassName
{
border-color: #BE445D;
}
</style>