Shades of Blush #BE566A
Tints of Blush #BE566A
RGB
CMYK
RGB Variations
Color information
#BE566A (or 0xBE566A) is known color: Blush. HEX triplet: BE, 56 and 6A. RGB value is (190,86,106). Sum of RGB (Red+Green+Blue) = 190+86+106=382 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.74% from 382); Green value is 86 (33.98% from 255 or 22.51% from 382); Blue value is 106 (41.80% from 255 or 27.75% from 382); Max value from RGB is 190 - color contains mainly: red. Hex color #BE566A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE566A is #41A995. Grayscale: #777777. Windows color (decimal): -4303254 or 6969022. OLE color: 6969022.
HSL color Cylindrical-coordinate representation of color #BE566A: hue angle of 348.46º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BE566A is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 86 | 106 | - |
| CMYK | 0 | 0.55 | 0.44 | 0.25 |
| HSL | 348.46º | 0.44% | 0.54% | - |
| HSV(B) | 348.46º | 0.55% | 0.75% | - |
| XYZ | 27.16 | 18.64 | 15.8 | - |
| YUV | 119.38 | 120.46 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 86 | 106 | 0 | 0.55 | 0.44 | 0.25 | 348.46 | 0.44 | 0.54 |
| Hex | BE | 56 | 6A | 0 | 37 | 2C | 19 | 15C | 2C | 36 |
| Octal | 276 | 126 | 152 | 0 | 67 | 54 | 31 | 534 | 54 | 66 |
| Binary | 10111110 | 1010110 | 1101010 | 0 | 110111 | 101100 | 11001 | 101011100 | 101100 | 110110 |
Color Harmonies of #BE566A
Complementary color
Monochromatic Colors of #BE566A
Black with #BE566A
Text Example
Text Example
White with #BE566A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE566A; }
p { color: rgb(190,86,106); }
H1.HeaderClassName
{
color: #BE566A;
}
.AnyTagClassName
{
color: #BE566A;
}
</style>
background-color css
<style>
a { background-color: #BE566A; }
a { background-color: rgb(190,86,106); }
div.DivClassName
{
background-color: #BE566A;
}
.BgClassName
{
background-color: #BE566A;
}
</style>
border-color css
<style>
span { border-color: #BE566A; }
span { border-color: rgb(190,86,106); }
td.TdClassName
{
border-color: #BE566A;
}
.TagClassName
{
border-color: #BE566A;
}
</style>