Shades of Blush #BE626A
Tints of Blush #BE626A
RGB
CMYK
RGB Variations
Color information
#BE626A (or 0xBE626A) is known color: Blush. HEX triplet: BE, 62 and 6A. RGB value is (190,98,106). Sum of RGB (Red+Green+Blue) = 190+98+106=394 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.22% from 394); Green value is 98 (38.67% from 255 or 24.87% from 394); Blue value is 106 (41.80% from 255 or 26.90% from 394); Max value from RGB is 190 - color contains mainly: red. Hex color #BE626A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE626A is #419D95. Grayscale: #7E7E7E. Windows color (decimal): -4300182 or 6972094. OLE color: 6972094.
HSL color Cylindrical-coordinate representation of color #BE626A: hue angle of 354.78º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BE626A is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 98 | 106 | - |
| CMYK | 0 | 0.48 | 0.44 | 0.25 |
| HSL | 354.78º | 0.41% | 0.56% | - |
| HSV(B) | 354.78º | 0.48% | 0.75% | - |
| XYZ | 28.2 | 20.72 | 16.15 | - |
| YUV | 126.42 | 116.48 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 98 | 106 | 0 | 0.48 | 0.44 | 0.25 | 354.78 | 0.41 | 0.56 |
| Hex | BE | 62 | 6A | 0 | 30 | 2C | 19 | 163 | 29 | 38 |
| Octal | 276 | 142 | 152 | 0 | 60 | 54 | 31 | 543 | 51 | 70 |
| Binary | 10111110 | 1100010 | 1101010 | 0 | 110000 | 101100 | 11001 | 101100011 | 101001 | 111000 |
Color Harmonies of #BE626A
Complementary color
Monochromatic Colors of #BE626A
Black with #BE626A
Text Example
Text Example
White with #BE626A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE626A; }
p { color: rgb(190,98,106); }
H1.HeaderClassName
{
color: #BE626A;
}
.AnyTagClassName
{
color: #BE626A;
}
</style>
background-color css
<style>
a { background-color: #BE626A; }
a { background-color: rgb(190,98,106); }
div.DivClassName
{
background-color: #BE626A;
}
.BgClassName
{
background-color: #BE626A;
}
</style>
border-color css
<style>
span { border-color: #BE626A; }
span { border-color: rgb(190,98,106); }
td.TdClassName
{
border-color: #BE626A;
}
.TagClassName
{
border-color: #BE626A;
}
</style>