Shades of Blush #BE636E
Tints of Blush #BE636E
RGB
CMYK
RGB Variations
Color information
#BE636E (or 0xBE636E) is known color: Blush. HEX triplet: BE, 63 and 6E. RGB value is (190,99,110). Sum of RGB (Red+Green+Blue) = 190+99+110=399 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.62% from 399); Green value is 99 (39.06% from 255 or 24.81% from 399); Blue value is 110 (43.36% from 255 or 27.57% from 399); Max value from RGB is 190 - color contains mainly: red. Hex color #BE636E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE636E is #419C91. Grayscale: #7F7F7F. Windows color (decimal): -4299922 or 7234494. OLE color: 7234494.
HSL color Cylindrical-coordinate representation of color #BE636E: hue angle of 352.75º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BE636E is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 99 | 110 | - |
| CMYK | 0 | 0.48 | 0.42 | 0.25 |
| HSL | 352.75º | 0.41% | 0.57% | - |
| HSV(B) | 352.75º | 0.48% | 0.75% | - |
| XYZ | 28.51 | 21 | 17.3 | - |
| YUV | 127.46 | 118.15 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 99 | 110 | 0 | 0.48 | 0.42 | 0.25 | 352.75 | 0.41 | 0.57 |
| Hex | BE | 63 | 6E | 0 | 30 | 2A | 19 | 161 | 29 | 39 |
| Octal | 276 | 143 | 156 | 0 | 60 | 52 | 31 | 541 | 51 | 71 |
| Binary | 10111110 | 1100011 | 1101110 | 0 | 110000 | 101010 | 11001 | 101100001 | 101001 | 111001 |
Color Harmonies of #BE636E
Complementary color
Monochromatic Colors of #BE636E
Black with #BE636E
Text Example
Text Example
White with #BE636E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE636E; }
p { color: rgb(190,99,110); }
H1.HeaderClassName
{
color: #BE636E;
}
.AnyTagClassName
{
color: #BE636E;
}
</style>
background-color css
<style>
a { background-color: #BE636E; }
a { background-color: rgb(190,99,110); }
div.DivClassName
{
background-color: #BE636E;
}
.BgClassName
{
background-color: #BE636E;
}
</style>
border-color css
<style>
span { border-color: #BE636E; }
span { border-color: rgb(190,99,110); }
td.TdClassName
{
border-color: #BE636E;
}
.TagClassName
{
border-color: #BE636E;
}
</style>