Shades of Blush #BE3F5F
Tints of Blush #BE3F5F
RGB
CMYK
RGB Variations
Color information
#BE3F5F (or 0xBE3F5F) is known color: Blush. HEX triplet: BE, 3F and 5F. RGB value is (190,63,95). Sum of RGB (Red+Green+Blue) = 190+63+95=348 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.60% from 348); Green value is 63 (25% from 255 or 18.10% from 348); Blue value is 95 (37.5% from 255 or 27.30% from 348); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3F5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3F5F is #41C0A0. Grayscale: #686868. Windows color (decimal): -4309153 or 6242238. OLE color: 6242238.
HSL color Cylindrical-coordinate representation of color #BE3F5F: hue angle of 344.88º 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 #BE3F5F is Cyan = 0, Magento = 0.67, Yellow = 0.5 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 63 | 95 | - |
| CMYK | 0 | 0.67 | 0.5 | 0.25 |
| HSL | 344.88º | 0.5% | 0.5% | - |
| HSV(B) | 344.88º | 0.67% | 0.75% | - |
| XYZ | 25.08 | 15.33 | 12.46 | - |
| YUV | 104.62 | 122.58 | 188.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 63 | 95 | 0 | 0.67 | 0.5 | 0.25 | 344.88 | 0.5 | 0.5 |
| Hex | BE | 3F | 5F | 0 | 43 | 32 | 19 | 159 | 32 | 32 |
| Octal | 276 | 77 | 137 | 0 | 103 | 62 | 31 | 531 | 62 | 62 |
| Binary | 10111110 | 111111 | 1011111 | 0 | 1000011 | 110010 | 11001 | 101011001 | 110010 | 110010 |
Color Harmonies of #BE3F5F
Complementary color
Monochromatic Colors of #BE3F5F
Black with #BE3F5F
Text Example
Text Example
White with #BE3F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3F5F; }
p { color: rgb(190,63,95); }
H1.HeaderClassName
{
color: #BE3F5F;
}
.AnyTagClassName
{
color: #BE3F5F;
}
</style>
background-color css
<style>
a { background-color: #BE3F5F; }
a { background-color: rgb(190,63,95); }
div.DivClassName
{
background-color: #BE3F5F;
}
.BgClassName
{
background-color: #BE3F5F;
}
</style>
border-color css
<style>
span { border-color: #BE3F5F; }
span { border-color: rgb(190,63,95); }
td.TdClassName
{
border-color: #BE3F5F;
}
.TagClassName
{
border-color: #BE3F5F;
}
</style>