Shades of Blush #BE485C
Tints of Blush #BE485C
RGB
CMYK
RGB Variations
Color information
#BE485C (or 0xBE485C) is known color: Blush. HEX triplet: BE, 48 and 5C. RGB value is (190,72,92). Sum of RGB (Red+Green+Blue) = 190+72+92=354 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.67% from 354); Green value is 72 (28.52% from 255 or 20.34% from 354); Blue value is 92 (36.33% from 255 or 25.99% from 354); Max value from RGB is 190 - color contains mainly: red. Hex color #BE485C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE485C is #41B7A3. Grayscale: #6D6D6D. Windows color (decimal): -4306852 or 6047934. OLE color: 6047934.
HSL color Cylindrical-coordinate representation of color #BE485C: hue angle of 349.83º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BE485C is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 72 | 92 | - |
| CMYK | 0 | 0.62 | 0.52 | 0.25 |
| HSL | 349.83º | 0.48% | 0.51% | - |
| HSV(B) | 349.83º | 0.62% | 0.75% | - |
| XYZ | 25.48 | 16.35 | 11.94 | - |
| YUV | 109.56 | 118.09 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 72 | 92 | 0 | 0.62 | 0.52 | 0.25 | 349.83 | 0.48 | 0.51 |
| Hex | BE | 48 | 5C | 0 | 3E | 34 | 19 | 15E | 30 | 33 |
| Octal | 276 | 110 | 134 | 0 | 76 | 64 | 31 | 536 | 60 | 63 |
| Binary | 10111110 | 1001000 | 1011100 | 0 | 111110 | 110100 | 11001 | 101011110 | 110000 | 110011 |
Color Harmonies of #BE485C
Complementary color
Monochromatic Colors of #BE485C
Black with #BE485C
Text Example
Text Example
White with #BE485C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE485C; }
p { color: rgb(190,72,92); }
H1.HeaderClassName
{
color: #BE485C;
}
.AnyTagClassName
{
color: #BE485C;
}
</style>
background-color css
<style>
a { background-color: #BE485C; }
a { background-color: rgb(190,72,92); }
div.DivClassName
{
background-color: #BE485C;
}
.BgClassName
{
background-color: #BE485C;
}
</style>
border-color css
<style>
span { border-color: #BE485C; }
span { border-color: rgb(190,72,92); }
td.TdClassName
{
border-color: #BE485C;
}
.TagClassName
{
border-color: #BE485C;
}
</style>