Shades of Blush #BE3E5E
Tints of Blush #BE3E5E
RGB
CMYK
RGB Variations
Color information
#BE3E5E (or 0xBE3E5E) is known color: Blush. HEX triplet: BE, 3E and 5E. RGB value is (190,62,94). Sum of RGB (Red+Green+Blue) = 190+62+94=346 (45% of max value = 765). Red value is 190 (74.61% from 255 or 54.91% from 346); Green value is 62 (24.61% from 255 or 17.92% from 346); Blue value is 94 (37.11% from 255 or 27.17% from 346); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3E5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3E5E is #41C1A1. Grayscale: #676767. Windows color (decimal): -4309410 or 6176446. OLE color: 6176446.
HSL color Cylindrical-coordinate representation of color #BE3E5E: hue angle of 345º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE3E5E is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 62 | 94 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.25 |
| HSL | 345º | 0.51% | 0.49% | - |
| HSV(B) | 345º | 0.67% | 0.75% | - |
| XYZ | 24.98 | 15.2 | 12.21 | - |
| YUV | 103.92 | 122.41 | 189.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 62 | 94 | 0 | 0.67 | 0.51 | 0.25 | 345 | 0.51 | 0.49 |
| Hex | BE | 3E | 5E | 0 | 43 | 33 | 19 | 159 | 33 | 31 |
| Octal | 276 | 76 | 136 | 0 | 103 | 63 | 31 | 531 | 63 | 61 |
| Binary | 10111110 | 111110 | 1011110 | 0 | 1000011 | 110011 | 11001 | 101011001 | 110011 | 110001 |
Color Harmonies of #BE3E5E
Complementary color
Monochromatic Colors of #BE3E5E
Black with #BE3E5E
Text Example
Text Example
White with #BE3E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3E5E; }
p { color: rgb(190,62,94); }
H1.HeaderClassName
{
color: #BE3E5E;
}
.AnyTagClassName
{
color: #BE3E5E;
}
</style>
background-color css
<style>
a { background-color: #BE3E5E; }
a { background-color: rgb(190,62,94); }
div.DivClassName
{
background-color: #BE3E5E;
}
.BgClassName
{
background-color: #BE3E5E;
}
</style>
border-color css
<style>
span { border-color: #BE3E5E; }
span { border-color: rgb(190,62,94); }
td.TdClassName
{
border-color: #BE3E5E;
}
.TagClassName
{
border-color: #BE3E5E;
}
</style>