#BE5A6E

Color #BE5A6E Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blush #BE5A6E

Tints of Blush #BE5A6E

Color information

#BE5A6E (or 0xBE5A6E) is unknown color: approx Blush. HEX triplet: BE, 5A and 6E. RGB value is (190,90,110). Sum of RGB (Red+Green+Blue) = 190+90+110=390 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.72% from 390); Green value is 90 (35.55% from 255 or 23.08% from 390); Blue value is 110 (43.36% from 255 or 28.21% from 390); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5A6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5A6E is #41A591. Grayscale: #7A7A7A. Windows color (decimal): -4302226 or 7232190. OLE color: 7232190.

HSL color Cylindrical-coordinate representation of color #BE5A6E: hue angle of 348º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BE5A6E is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB19090110-
CMYK00.530.420.25
HSL348º43.48%54.9%-
HSV(B)348º52.63%74.51%-
XYZ27.7119.3917.03-
YUV122.18121.13176.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 48.72%
GREEN value IS 90 (35.55% from 255) = 23.08%
BLUE value IS 110 (43.36% from 255) = 28.21%
R=48.72%
G=23.08%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909011000.530.420.2534843.4854.9
HexBE5A6E0352A1915c2b37
Octal27613215606552315345367
Binary1011111010110101101110011010110101011001101011100101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5A6E; }

 p { color: rgb(190,90,110); }

 H1.HeaderClassName
 {
   color: #BE5A6E;
 }
 .AnyTagClassName
 {
   color: #BE5A6E;
 }
</style>
background-color css

<style>
 a { background-color: #BE5A6E; }

 a { background-color: rgb(190,90,110); }

 div.DivClassName
 {
   background-color: #BE5A6E;
 }
 .BgClassName
 {
   background-color: #BE5A6E;
 }
</style>
border-color css

<style>
 span { border-color: #BE5A6E; }

 span { border-color: rgb(190,90,110); }

 td.TdClassName
 {
   border-color: #BE5A6E;
 }
 .TagClassName
 {
   border-color: #BE5A6E;
 }
</style>