#BE5A74

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

Shades of Blush #BE5A74

Tints of Blush #BE5A74

Color information

#BE5A74 (or 0xBE5A74) is unknown color: approx Blush. HEX triplet: BE, 5A and 74. RGB value is (190,90,116). Sum of RGB (Red+Green+Blue) = 190+90+116=396 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.98% from 396); Green value is 90 (35.55% from 255 or 22.73% from 396); Blue value is 116 (45.70% from 255 or 29.29% from 396); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5A74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5A74 is #41A58B. Grayscale: #7A7A7A. Windows color (decimal): -4302220 or 7625406. OLE color: 7625406.

HSL color Cylindrical-coordinate representation of color #BE5A74: hue angle of 344.4º 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 #BE5A74 is Cyan = 0, Magento = 0.53, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB19090116-
CMYK00.530.390.25
HSL344.4º43.48%54.9%-
HSV(B)344.4º52.63%74.51%-
XYZ28.0419.5218.81-
YUV122.86124.13175.89-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.98%
GREEN value IS 90 (35.55% from 255) = 22.73%
BLUE value IS 116 (45.70% from 255) = 29.29%
R=47.98%
G=22.73%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909011600.530.390.25344.443.4854.9
HexBE5A7403527191582b37
Octal27613216406547315305367
Binary1011111010110101110100011010110011111001101011000101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5A74; }

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

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

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

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

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

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

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

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