Shades of Blush #BE445C
Tints of Blush #BE445C
RGB
CMYK
RGB Variations
Color information
#BE445C (or 0xBE445C) is known color: Blush. HEX triplet: BE, 44 and 5C. RGB value is (190,68,92). Sum of RGB (Red+Green+Blue) = 190+68+92=350 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.29% from 350); Green value is 68 (26.95% from 255 or 19.43% from 350); Blue value is 92 (36.33% from 255 or 26.29% from 350); Max value from RGB is 190 - color contains mainly: red. Hex color #BE445C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE445C is #41BBA3. Grayscale: #6B6B6B. Windows color (decimal): -4307876 or 6046910. OLE color: 6046910.
HSL color Cylindrical-coordinate representation of color #BE445C: hue angle of 348.2º 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 #BE445C is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 68 | 92 | - |
| CMYK | 0 | 0.64 | 0.52 | 0.25 |
| HSL | 348.2º | 0.48% | 0.51% | - |
| HSV(B) | 348.2º | 0.64% | 0.75% | - |
| XYZ | 25.23 | 15.85 | 11.86 | - |
| YUV | 107.21 | 119.42 | 187.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 68 | 92 | 0 | 0.64 | 0.52 | 0.25 | 348.2 | 0.48 | 0.51 |
| Hex | BE | 44 | 5C | 0 | 40 | 34 | 19 | 15C | 30 | 33 |
| Octal | 276 | 104 | 134 | 0 | 100 | 64 | 31 | 534 | 60 | 63 |
| Binary | 10111110 | 1000100 | 1011100 | 0 | 1000000 | 110100 | 11001 | 101011100 | 110000 | 110011 |
Color Harmonies of #BE445C
Complementary color
Monochromatic Colors of #BE445C
Black with #BE445C
Text Example
Text Example
White with #BE445C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE445C; }
p { color: rgb(190,68,92); }
H1.HeaderClassName
{
color: #BE445C;
}
.AnyTagClassName
{
color: #BE445C;
}
</style>
background-color css
<style>
a { background-color: #BE445C; }
a { background-color: rgb(190,68,92); }
div.DivClassName
{
background-color: #BE445C;
}
.BgClassName
{
background-color: #BE445C;
}
</style>
border-color css
<style>
span { border-color: #BE445C; }
span { border-color: rgb(190,68,92); }
td.TdClassName
{
border-color: #BE445C;
}
.TagClassName
{
border-color: #BE445C;
}
</style>