Shades of Blush #BE4C6D
Tints of Blush #BE4C6D
RGB
CMYK
RGB Variations
Color information
#BE4C6D (or 0xBE4C6D) is known color: Blush. HEX triplet: BE, 4C and 6D. RGB value is (190,76,109). Sum of RGB (Red+Green+Blue) = 190+76+109=375 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.67% from 375); Green value is 76 (30.08% from 255 or 20.27% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4C6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4C6D is #41B392. Grayscale: #717171. Windows color (decimal): -4305811 or 7163070. OLE color: 7163070.
HSL color Cylindrical-coordinate representation of color #BE4C6D: hue angle of 342.63º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BE4C6D is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 76 | 109 | - |
| CMYK | 0 | 0.60 | 0.43 | 0.25 |
| HSL | 342.63º | 0.47% | 0.52% | - |
| HSV(B) | 342.63º | 0.6% | 0.75% | - |
| XYZ | 26.58 | 17.22 | 16.39 | - |
| YUV | 113.85 | 125.27 | 182.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 76 | 109 | 0 | 0.60 | 0.43 | 0.25 | 342.63 | 0.47 | 0.52 |
| Hex | BE | 4C | 6D | 0 | 3C | 2B | 19 | 157 | 2F | 34 |
| Octal | 276 | 114 | 155 | 0 | 74 | 53 | 31 | 527 | 57 | 64 |
| Binary | 10111110 | 1001100 | 1101101 | 0 | 111100 | 101011 | 11001 | 101010111 | 101111 | 110100 |
Color Harmonies of #BE4C6D
Complementary color
Monochromatic Colors of #BE4C6D
Black with #BE4C6D
Text Example
Text Example
White with #BE4C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4C6D; }
p { color: rgb(190,76,109); }
H1.HeaderClassName
{
color: #BE4C6D;
}
.AnyTagClassName
{
color: #BE4C6D;
}
</style>
background-color css
<style>
a { background-color: #BE4C6D; }
a { background-color: rgb(190,76,109); }
div.DivClassName
{
background-color: #BE4C6D;
}
.BgClassName
{
background-color: #BE4C6D;
}
</style>
border-color css
<style>
span { border-color: #BE4C6D; }
span { border-color: rgb(190,76,109); }
td.TdClassName
{
border-color: #BE4C6D;
}
.TagClassName
{
border-color: #BE4C6D;
}
</style>