Shades of Blush #BE546D
Tints of Blush #BE546D
RGB
CMYK
RGB Variations
Color information
#BE546D (or 0xBE546D) is known color: Blush. HEX triplet: BE, 54 and 6D. RGB value is (190,84,109). Sum of RGB (Red+Green+Blue) = 190+84+109=383 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.61% from 383); Green value is 84 (33.20% from 255 or 21.93% from 383); Blue value is 109 (42.97% from 255 or 28.46% from 383); Max value from RGB is 190 - color contains mainly: red. Hex color #BE546D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE546D is #41AB92. Grayscale: #767676. Windows color (decimal): -4303763 or 7165118. OLE color: 7165118.
HSL color Cylindrical-coordinate representation of color #BE546D: hue angle of 345.85º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BE546D is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 84 | 109 | - |
| CMYK | 0 | 0.56 | 0.43 | 0.25 |
| HSL | 345.85º | 0.45% | 0.54% | - |
| HSV(B) | 345.85º | 0.56% | 0.75% | - |
| XYZ | 27.17 | 18.39 | 16.59 | - |
| YUV | 118.54 | 122.62 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 84 | 109 | 0 | 0.56 | 0.43 | 0.25 | 345.85 | 0.45 | 0.54 |
| Hex | BE | 54 | 6D | 0 | 38 | 2B | 19 | 15A | 2D | 36 |
| Octal | 276 | 124 | 155 | 0 | 70 | 53 | 31 | 532 | 55 | 66 |
| Binary | 10111110 | 1010100 | 1101101 | 0 | 111000 | 101011 | 11001 | 101011010 | 101101 | 110110 |
Color Harmonies of #BE546D
Complementary color
Monochromatic Colors of #BE546D
Black with #BE546D
Text Example
Text Example
White with #BE546D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE546D; }
p { color: rgb(190,84,109); }
H1.HeaderClassName
{
color: #BE546D;
}
.AnyTagClassName
{
color: #BE546D;
}
</style>
background-color css
<style>
a { background-color: #BE546D; }
a { background-color: rgb(190,84,109); }
div.DivClassName
{
background-color: #BE546D;
}
.BgClassName
{
background-color: #BE546D;
}
</style>
border-color css
<style>
span { border-color: #BE546D; }
span { border-color: rgb(190,84,109); }
td.TdClassName
{
border-color: #BE546D;
}
.TagClassName
{
border-color: #BE546D;
}
</style>