Shades of Blush #BE4665
Tints of Blush #BE4665
RGB
CMYK
RGB Variations
Color information
#BE4665 (or 0xBE4665) is known color: Blush. HEX triplet: BE, 46 and 65. RGB value is (190,70,101). Sum of RGB (Red+Green+Blue) = 190+70+101=361 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.63% from 361); Green value is 70 (27.73% from 255 or 19.39% from 361); Blue value is 101 (39.84% from 255 or 27.98% from 361); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4665 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4665 is #41B99A. Grayscale: #6D6D6D. Windows color (decimal): -4307355 or 6637246. OLE color: 6637246.
HSL color Cylindrical-coordinate representation of color #BE4665: hue angle of 344.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BE4665 is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 70 | 101 | - |
| CMYK | 0 | 0.63 | 0.47 | 0.25 |
| HSL | 344.5º | 0.48% | 0.51% | - |
| HSV(B) | 344.5º | 0.63% | 0.75% | - |
| XYZ | 25.77 | 16.27 | 14.09 | - |
| YUV | 109.41 | 123.26 | 185.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 70 | 101 | 0 | 0.63 | 0.47 | 0.25 | 344.5 | 0.48 | 0.51 |
| Hex | BE | 46 | 65 | 0 | 3F | 2F | 19 | 158 | 30 | 33 |
| Octal | 276 | 106 | 145 | 0 | 77 | 57 | 31 | 530 | 60 | 63 |
| Binary | 10111110 | 1000110 | 1100101 | 0 | 111111 | 101111 | 11001 | 101011000 | 110000 | 110011 |
Color Harmonies of #BE4665
Complementary color
Monochromatic Colors of #BE4665
Black with #BE4665
Text Example
Text Example
White with #BE4665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4665; }
p { color: rgb(190,70,101); }
H1.HeaderClassName
{
color: #BE4665;
}
.AnyTagClassName
{
color: #BE4665;
}
</style>
background-color css
<style>
a { background-color: #BE4665; }
a { background-color: rgb(190,70,101); }
div.DivClassName
{
background-color: #BE4665;
}
.BgClassName
{
background-color: #BE4665;
}
</style>
border-color css
<style>
span { border-color: #BE4665; }
span { border-color: rgb(190,70,101); }
td.TdClassName
{
border-color: #BE4665;
}
.TagClassName
{
border-color: #BE4665;
}
</style>