Shades of Blush #BE4667
Tints of Blush #BE4667
RGB
CMYK
RGB Variations
Color information
#BE4667 (or 0xBE4667) is known color: Blush. HEX triplet: BE, 46 and 67. RGB value is (190,70,103). Sum of RGB (Red+Green+Blue) = 190+70+103=363 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.34% from 363); Green value is 70 (27.73% from 255 or 19.28% from 363); Blue value is 103 (40.62% from 255 or 28.37% from 363); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4667 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4667 is #41B998. Grayscale: #6D6D6D. Windows color (decimal): -4307353 or 6768318. OLE color: 6768318.
HSL color Cylindrical-coordinate representation of color #BE4667: hue angle of 343.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 #BE4667 is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 70 | 103 | - |
| CMYK | 0 | 0.63 | 0.46 | 0.25 |
| HSL | 343.5º | 0.48% | 0.51% | - |
| HSV(B) | 343.5º | 0.63% | 0.75% | - |
| XYZ | 25.87 | 16.31 | 14.62 | - |
| YUV | 109.64 | 124.26 | 185.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 70 | 103 | 0 | 0.63 | 0.46 | 0.25 | 343.5 | 0.48 | 0.51 |
| Hex | BE | 46 | 67 | 0 | 3F | 2E | 19 | 158 | 30 | 33 |
| Octal | 276 | 106 | 147 | 0 | 77 | 56 | 31 | 530 | 60 | 63 |
| Binary | 10111110 | 1000110 | 1100111 | 0 | 111111 | 101110 | 11001 | 101011000 | 110000 | 110011 |
Color Harmonies of #BE4667
Complementary color
Monochromatic Colors of #BE4667
Black with #BE4667
Text Example
Text Example
White with #BE4667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4667; }
p { color: rgb(190,70,103); }
H1.HeaderClassName
{
color: #BE4667;
}
.AnyTagClassName
{
color: #BE4667;
}
</style>
background-color css
<style>
a { background-color: #BE4667; }
a { background-color: rgb(190,70,103); }
div.DivClassName
{
background-color: #BE4667;
}
.BgClassName
{
background-color: #BE4667;
}
</style>
border-color css
<style>
span { border-color: #BE4667; }
span { border-color: rgb(190,70,103); }
td.TdClassName
{
border-color: #BE4667;
}
.TagClassName
{
border-color: #BE4667;
}
</style>