Shades of Blush #BE4768
Tints of Blush #BE4768
RGB
CMYK
RGB Variations
Color information
#BE4768 (or 0xBE4768) is known color: Blush. HEX triplet: BE, 47 and 68. RGB value is (190,71,104). Sum of RGB (Red+Green+Blue) = 190+71+104=365 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.05% from 365); Green value is 71 (28.12% from 255 or 19.45% from 365); Blue value is 104 (41.02% from 255 or 28.49% from 365); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4768 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4768 is #41B897. Grayscale: #6E6E6E. Windows color (decimal): -4307096 or 6834110. OLE color: 6834110.
HSL color Cylindrical-coordinate representation of color #BE4768: hue angle of 343.36º 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 #BE4768 is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 71 | 104 | - |
| CMYK | 0 | 0.63 | 0.45 | 0.25 |
| HSL | 343.36º | 0.48% | 0.51% | - |
| HSV(B) | 343.36º | 0.63% | 0.75% | - |
| XYZ | 25.99 | 16.45 | 14.9 | - |
| YUV | 110.34 | 124.42 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 71 | 104 | 0 | 0.63 | 0.45 | 0.25 | 343.36 | 0.48 | 0.51 |
| Hex | BE | 47 | 68 | 0 | 3F | 2D | 19 | 157 | 30 | 33 |
| Octal | 276 | 107 | 150 | 0 | 77 | 55 | 31 | 527 | 60 | 63 |
| Binary | 10111110 | 1000111 | 1101000 | 0 | 111111 | 101101 | 11001 | 101010111 | 110000 | 110011 |
Color Harmonies of #BE4768
Complementary color
Monochromatic Colors of #BE4768
Black with #BE4768
Text Example
Text Example
White with #BE4768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4768; }
p { color: rgb(190,71,104); }
H1.HeaderClassName
{
color: #BE4768;
}
.AnyTagClassName
{
color: #BE4768;
}
</style>
background-color css
<style>
a { background-color: #BE4768; }
a { background-color: rgb(190,71,104); }
div.DivClassName
{
background-color: #BE4768;
}
.BgClassName
{
background-color: #BE4768;
}
</style>
border-color css
<style>
span { border-color: #BE4768; }
span { border-color: rgb(190,71,104); }
td.TdClassName
{
border-color: #BE4768;
}
.TagClassName
{
border-color: #BE4768;
}
</style>