Shades of Blush #BE3F64
Tints of Blush #BE3F64
RGB
CMYK
RGB Variations
Color information
#BE3F64 (or 0xBE3F64) is known color: Blush. HEX triplet: BE, 3F and 64. RGB value is (190,63,100). Sum of RGB (Red+Green+Blue) = 190+63+100=353 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.82% from 353); Green value is 63 (25% from 255 or 17.85% from 353); Blue value is 100 (39.45% from 255 or 28.33% from 353); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3F64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3F64 is #41C09B. Grayscale: #696969. Windows color (decimal): -4309148 or 6569918. OLE color: 6569918.
HSL color Cylindrical-coordinate representation of color #BE3F64: hue angle of 342.52º 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 #BE3F64 is Cyan = 0, Magento = 0.67, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 63 | 100 | - |
| CMYK | 0 | 0.67 | 0.47 | 0.25 |
| HSL | 342.52º | 0.5% | 0.5% | - |
| HSV(B) | 342.52º | 0.67% | 0.75% | - |
| XYZ | 25.31 | 15.42 | 13.7 | - |
| YUV | 105.19 | 125.08 | 188.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 63 | 100 | 0 | 0.67 | 0.47 | 0.25 | 342.52 | 0.5 | 0.5 |
| Hex | BE | 3F | 64 | 0 | 43 | 2F | 19 | 157 | 32 | 32 |
| Octal | 276 | 77 | 144 | 0 | 103 | 57 | 31 | 527 | 62 | 62 |
| Binary | 10111110 | 111111 | 1100100 | 0 | 1000011 | 101111 | 11001 | 101010111 | 110010 | 110010 |
Color Harmonies of #BE3F64
Complementary color
Monochromatic Colors of #BE3F64
Black with #BE3F64
Text Example
Text Example
White with #BE3F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3F64; }
p { color: rgb(190,63,100); }
H1.HeaderClassName
{
color: #BE3F64;
}
.AnyTagClassName
{
color: #BE3F64;
}
</style>
background-color css
<style>
a { background-color: #BE3F64; }
a { background-color: rgb(190,63,100); }
div.DivClassName
{
background-color: #BE3F64;
}
.BgClassName
{
background-color: #BE3F64;
}
</style>
border-color css
<style>
span { border-color: #BE3F64; }
span { border-color: rgb(190,63,100); }
td.TdClassName
{
border-color: #BE3F64;
}
.TagClassName
{
border-color: #BE3F64;
}
</style>