Shades of Blush #BE4565
Tints of Blush #BE4565
RGB
CMYK
RGB Variations
Color information
#BE4565 (or 0xBE4565) is known color: Blush. HEX triplet: BE, 45 and 65. RGB value is (190,69,101). Sum of RGB (Red+Green+Blue) = 190+69+101=360 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.78% from 360); Green value is 69 (27.34% from 255 or 19.17% from 360); Blue value is 101 (39.84% from 255 or 28.06% from 360); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4565 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4565 is #41BA9A. Grayscale: #6C6C6C. Windows color (decimal): -4307611 or 6636990. OLE color: 6636990.
HSL color Cylindrical-coordinate representation of color #BE4565: hue angle of 344.13º 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 #BE4565 is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 69 | 101 | - |
| CMYK | 0 | 0.64 | 0.47 | 0.25 |
| HSL | 344.13º | 0.48% | 0.51% | - |
| HSV(B) | 344.13º | 0.64% | 0.75% | - |
| XYZ | 25.71 | 16.14 | 14.07 | - |
| YUV | 108.83 | 123.59 | 185.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 69 | 101 | 0 | 0.64 | 0.47 | 0.25 | 344.13 | 0.48 | 0.51 |
| Hex | BE | 45 | 65 | 0 | 40 | 2F | 19 | 158 | 30 | 33 |
| Octal | 276 | 105 | 145 | 0 | 100 | 57 | 31 | 530 | 60 | 63 |
| Binary | 10111110 | 1000101 | 1100101 | 0 | 1000000 | 101111 | 11001 | 101011000 | 110000 | 110011 |
Color Harmonies of #BE4565
Complementary color
Monochromatic Colors of #BE4565
Black with #BE4565
Text Example
Text Example
White with #BE4565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4565; }
p { color: rgb(190,69,101); }
H1.HeaderClassName
{
color: #BE4565;
}
.AnyTagClassName
{
color: #BE4565;
}
</style>
background-color css
<style>
a { background-color: #BE4565; }
a { background-color: rgb(190,69,101); }
div.DivClassName
{
background-color: #BE4565;
}
.BgClassName
{
background-color: #BE4565;
}
</style>
border-color css
<style>
span { border-color: #BE4565; }
span { border-color: rgb(190,69,101); }
td.TdClassName
{
border-color: #BE4565;
}
.TagClassName
{
border-color: #BE4565;
}
</style>