Shades of Blush #BE5D67
Tints of Blush #BE5D67
RGB
CMYK
RGB Variations
Color information
#BE5D67 (or 0xBE5D67) is known color: Blush. HEX triplet: BE, 5D and 67. RGB value is (190,93,103). Sum of RGB (Red+Green+Blue) = 190+93+103=386 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.22% from 386); Green value is 93 (36.72% from 255 or 24.09% from 386); Blue value is 103 (40.62% from 255 or 26.68% from 386); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5D67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5D67 is #41A298. Grayscale: #7B7B7B. Windows color (decimal): -4301465 or 6774206. OLE color: 6774206.
HSL color Cylindrical-coordinate representation of color #BE5D67: hue angle of 353.81º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BE5D67 is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 93 | 103 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.25 |
| HSL | 353.81º | 0.43% | 0.55% | - |
| HSV(B) | 353.81º | 0.51% | 0.75% | - |
| XYZ | 27.6 | 19.76 | 15.19 | - |
| YUV | 123.14 | 116.64 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 93 | 103 | 0 | 0.51 | 0.46 | 0.25 | 353.81 | 0.43 | 0.55 |
| Hex | BE | 5D | 67 | 0 | 33 | 2E | 19 | 162 | 2B | 37 |
| Octal | 276 | 135 | 147 | 0 | 63 | 56 | 31 | 542 | 53 | 67 |
| Binary | 10111110 | 1011101 | 1100111 | 0 | 110011 | 101110 | 11001 | 101100010 | 101011 | 110111 |
Color Harmonies of #BE5D67
Complementary color
Monochromatic Colors of #BE5D67
Black with #BE5D67
Text Example
Text Example
White with #BE5D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5D67; }
p { color: rgb(190,93,103); }
H1.HeaderClassName
{
color: #BE5D67;
}
.AnyTagClassName
{
color: #BE5D67;
}
</style>
background-color css
<style>
a { background-color: #BE5D67; }
a { background-color: rgb(190,93,103); }
div.DivClassName
{
background-color: #BE5D67;
}
.BgClassName
{
background-color: #BE5D67;
}
</style>
border-color css
<style>
span { border-color: #BE5D67; }
span { border-color: rgb(190,93,103); }
td.TdClassName
{
border-color: #BE5D67;
}
.TagClassName
{
border-color: #BE5D67;
}
</style>