Shades of Blush #BE4A6B
Tints of Blush #BE4A6B
RGB
CMYK
RGB Variations
Color information
#BE4A6B (or 0xBE4A6B) is known color: Blush. HEX triplet: BE, 4A and 6B. RGB value is (190,74,107). Sum of RGB (Red+Green+Blue) = 190+74+107=371 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.21% from 371); Green value is 74 (29.30% from 255 or 19.95% from 371); Blue value is 107 (42.19% from 255 or 28.84% from 371); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4A6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4A6B is #41B594. Grayscale: #707070. Windows color (decimal): -4306325 or 7031486. OLE color: 7031486.
HSL color Cylindrical-coordinate representation of color #BE4A6B: hue angle of 342.93º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BE4A6B is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 74 | 107 | - |
| CMYK | 0 | 0.61 | 0.44 | 0.25 |
| HSL | 342.93º | 0.47% | 0.52% | - |
| HSV(B) | 342.93º | 0.61% | 0.75% | - |
| XYZ | 26.34 | 16.91 | 15.78 | - |
| YUV | 112.45 | 124.93 | 183.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 74 | 107 | 0 | 0.61 | 0.44 | 0.25 | 342.93 | 0.47 | 0.52 |
| Hex | BE | 4A | 6B | 0 | 3D | 2C | 19 | 157 | 2F | 34 |
| Octal | 276 | 112 | 153 | 0 | 75 | 54 | 31 | 527 | 57 | 64 |
| Binary | 10111110 | 1001010 | 1101011 | 0 | 111101 | 101100 | 11001 | 101010111 | 101111 | 110100 |
Color Harmonies of #BE4A6B
Complementary color
Monochromatic Colors of #BE4A6B
Black with #BE4A6B
Text Example
Text Example
White with #BE4A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4A6B; }
p { color: rgb(190,74,107); }
H1.HeaderClassName
{
color: #BE4A6B;
}
.AnyTagClassName
{
color: #BE4A6B;
}
</style>
background-color css
<style>
a { background-color: #BE4A6B; }
a { background-color: rgb(190,74,107); }
div.DivClassName
{
background-color: #BE4A6B;
}
.BgClassName
{
background-color: #BE4A6B;
}
</style>
border-color css
<style>
span { border-color: #BE4A6B; }
span { border-color: rgb(190,74,107); }
td.TdClassName
{
border-color: #BE4A6B;
}
.TagClassName
{
border-color: #BE4A6B;
}
</style>