Shades of Blush #BE6268
Tints of Blush #BE6268
RGB
CMYK
RGB Variations
Color information
#BE6268 (or 0xBE6268) is known color: Blush. HEX triplet: BE, 62 and 68. RGB value is (190,98,104). Sum of RGB (Red+Green+Blue) = 190+98+104=392 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.47% from 392); Green value is 98 (38.67% from 255 or 25% from 392); Blue value is 104 (41.02% from 255 or 26.53% from 392); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6268 is #419D97. Grayscale: #7E7E7E. Windows color (decimal): -4300184 or 6841022. OLE color: 6841022.
HSL color Cylindrical-coordinate representation of color #BE6268: hue angle of 356.09º 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 #BE6268 is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 98 | 104 | - |
| CMYK | 0 | 0.48 | 0.45 | 0.25 |
| HSL | 356.09º | 0.41% | 0.56% | - |
| HSV(B) | 356.09º | 0.48% | 0.75% | - |
| XYZ | 28.1 | 20.68 | 15.61 | - |
| YUV | 126.19 | 115.48 | 173.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 98 | 104 | 0 | 0.48 | 0.45 | 0.25 | 356.09 | 0.41 | 0.56 |
| Hex | BE | 62 | 68 | 0 | 30 | 2D | 19 | 164 | 29 | 38 |
| Octal | 276 | 142 | 150 | 0 | 60 | 55 | 31 | 544 | 51 | 70 |
| Binary | 10111110 | 1100010 | 1101000 | 0 | 110000 | 101101 | 11001 | 101100100 | 101001 | 111000 |
Color Harmonies of #BE6268
Complementary color
Monochromatic Colors of #BE6268
Black with #BE6268
Text Example
Text Example
White with #BE6268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6268; }
p { color: rgb(190,98,104); }
H1.HeaderClassName
{
color: #BE6268;
}
.AnyTagClassName
{
color: #BE6268;
}
</style>
background-color css
<style>
a { background-color: #BE6268; }
a { background-color: rgb(190,98,104); }
div.DivClassName
{
background-color: #BE6268;
}
.BgClassName
{
background-color: #BE6268;
}
</style>
border-color css
<style>
span { border-color: #BE6268; }
span { border-color: rgb(190,98,104); }
td.TdClassName
{
border-color: #BE6268;
}
.TagClassName
{
border-color: #BE6268;
}
</style>