Shades of Blush #BE3F5E
Tints of Blush #BE3F5E
RGB
CMYK
RGB Variations
Color information
#BE3F5E (or 0xBE3F5E) is known color: Blush. HEX triplet: BE, 3F and 5E. RGB value is (190,63,94). Sum of RGB (Red+Green+Blue) = 190+63+94=347 (45% of max value = 765). Red value is 190 (74.61% from 255 or 54.76% from 347); Green value is 63 (25% from 255 or 18.16% from 347); Blue value is 94 (37.11% from 255 or 27.09% from 347); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3F5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3F5E is #41C0A1. Grayscale: #686868. Windows color (decimal): -4309154 or 6176702. OLE color: 6176702.
HSL color Cylindrical-coordinate representation of color #BE3F5E: hue angle of 345.35º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE3F5E is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 63 | 94 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.25 |
| HSL | 345.35º | 0.5% | 0.5% | - |
| HSV(B) | 345.35º | 0.67% | 0.75% | - |
| XYZ | 25.03 | 15.31 | 12.23 | - |
| YUV | 104.51 | 122.08 | 188.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 63 | 94 | 0 | 0.67 | 0.51 | 0.25 | 345.35 | 0.5 | 0.5 |
| Hex | BE | 3F | 5E | 0 | 43 | 33 | 19 | 159 | 32 | 32 |
| Octal | 276 | 77 | 136 | 0 | 103 | 63 | 31 | 531 | 62 | 62 |
| Binary | 10111110 | 111111 | 1011110 | 0 | 1000011 | 110011 | 11001 | 101011001 | 110010 | 110010 |
Color Harmonies of #BE3F5E
Complementary color
Monochromatic Colors of #BE3F5E
Black with #BE3F5E
Text Example
Text Example
White with #BE3F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3F5E; }
p { color: rgb(190,63,94); }
H1.HeaderClassName
{
color: #BE3F5E;
}
.AnyTagClassName
{
color: #BE3F5E;
}
</style>
background-color css
<style>
a { background-color: #BE3F5E; }
a { background-color: rgb(190,63,94); }
div.DivClassName
{
background-color: #BE3F5E;
}
.BgClassName
{
background-color: #BE3F5E;
}
</style>
border-color css
<style>
span { border-color: #BE3F5E; }
span { border-color: rgb(190,63,94); }
td.TdClassName
{
border-color: #BE3F5E;
}
.TagClassName
{
border-color: #BE3F5E;
}
</style>