Shades of Blush #BE566D
Tints of Blush #BE566D
RGB
CMYK
RGB Variations
Color information
#BE566D (or 0xBE566D) is known color: Blush. HEX triplet: BE, 56 and 6D. RGB value is (190,86,109). Sum of RGB (Red+Green+Blue) = 190+86+109=385 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.35% from 385); Green value is 86 (33.98% from 255 or 22.34% from 385); Blue value is 109 (42.97% from 255 or 28.31% from 385); Max value from RGB is 190 - color contains mainly: red. Hex color #BE566D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE566D is #41A992. Grayscale: #777777. Windows color (decimal): -4303251 or 7165630. OLE color: 7165630.
HSL color Cylindrical-coordinate representation of color #BE566D: hue angle of 346.73º 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 #BE566D is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 86 | 109 | - |
| CMYK | 0 | 0.55 | 0.43 | 0.25 |
| HSL | 346.73º | 0.44% | 0.54% | - |
| HSV(B) | 346.73º | 0.55% | 0.75% | - |
| XYZ | 27.32 | 18.71 | 16.64 | - |
| YUV | 119.72 | 121.96 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 86 | 109 | 0 | 0.55 | 0.43 | 0.25 | 346.73 | 0.44 | 0.54 |
| Hex | BE | 56 | 6D | 0 | 37 | 2B | 19 | 15B | 2C | 36 |
| Octal | 276 | 126 | 155 | 0 | 67 | 53 | 31 | 533 | 54 | 66 |
| Binary | 10111110 | 1010110 | 1101101 | 0 | 110111 | 101011 | 11001 | 101011011 | 101100 | 110110 |
Color Harmonies of #BE566D
Complementary color
Monochromatic Colors of #BE566D
Black with #BE566D
Text Example
Text Example
White with #BE566D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE566D; }
p { color: rgb(190,86,109); }
H1.HeaderClassName
{
color: #BE566D;
}
.AnyTagClassName
{
color: #BE566D;
}
</style>
background-color css
<style>
a { background-color: #BE566D; }
a { background-color: rgb(190,86,109); }
div.DivClassName
{
background-color: #BE566D;
}
.BgClassName
{
background-color: #BE566D;
}
</style>
border-color css
<style>
span { border-color: #BE566D; }
span { border-color: rgb(190,86,109); }
td.TdClassName
{
border-color: #BE566D;
}
.TagClassName
{
border-color: #BE566D;
}
</style>