Shades of Blush #BE4568
Tints of Blush #BE4568
RGB
CMYK
RGB Variations
Color information
#BE4568 (or 0xBE4568) is known color: Blush. HEX triplet: BE, 45 and 68. RGB value is (190,69,104). Sum of RGB (Red+Green+Blue) = 190+69+104=363 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.34% from 363); Green value is 69 (27.34% from 255 or 19.01% from 363); Blue value is 104 (41.02% from 255 or 28.65% from 363); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4568 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4568 is #41BA97. Grayscale: #6D6D6D. Windows color (decimal): -4307608 or 6833598. OLE color: 6833598.
HSL color Cylindrical-coordinate representation of color #BE4568: hue angle of 342.64º 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 #BE4568 is Cyan = 0, Magento = 0.64, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 69 | 104 | - |
| CMYK | 0 | 0.64 | 0.45 | 0.25 |
| HSL | 342.64º | 0.48% | 0.51% | - |
| HSV(B) | 342.64º | 0.64% | 0.75% | - |
| XYZ | 25.86 | 16.2 | 14.86 | - |
| YUV | 109.17 | 125.09 | 185.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 69 | 104 | 0 | 0.64 | 0.45 | 0.25 | 342.64 | 0.48 | 0.51 |
| Hex | BE | 45 | 68 | 0 | 40 | 2D | 19 | 157 | 30 | 33 |
| Octal | 276 | 105 | 150 | 0 | 100 | 55 | 31 | 527 | 60 | 63 |
| Binary | 10111110 | 1000101 | 1101000 | 0 | 1000000 | 101101 | 11001 | 101010111 | 110000 | 110011 |
Color Harmonies of #BE4568
Complementary color
Monochromatic Colors of #BE4568
Black with #BE4568
Text Example
Text Example
White with #BE4568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4568; }
p { color: rgb(190,69,104); }
H1.HeaderClassName
{
color: #BE4568;
}
.AnyTagClassName
{
color: #BE4568;
}
</style>
background-color css
<style>
a { background-color: #BE4568; }
a { background-color: rgb(190,69,104); }
div.DivClassName
{
background-color: #BE4568;
}
.BgClassName
{
background-color: #BE4568;
}
</style>
border-color css
<style>
span { border-color: #BE4568; }
span { border-color: rgb(190,69,104); }
td.TdClassName
{
border-color: #BE4568;
}
.TagClassName
{
border-color: #BE4568;
}
</style>