#BE5A75

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

Shades of Blush #BE5A75

Tints of Blush #BE5A75

Color information

#BE5A75 (or 0xBE5A75) is unknown color: approx Blush. HEX triplet: BE, 5A and 75. RGB value is (190,90,117). Sum of RGB (Red+Green+Blue) = 190+90+117=397 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.86% from 397); Green value is 90 (35.55% from 255 or 22.67% from 397); Blue value is 117 (46.09% from 255 or 29.47% from 397); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5A75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5A75 is #41A58A. Grayscale: #7A7A7A. Windows color (decimal): -4302219 or 7690942. OLE color: 7690942.

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

Color convert

RGB19090117-
CMYK00.530.380.25
HSL343.8º43.48%54.9%-
HSV(B)343.8º52.63%74.51%-
XYZ28.119.5419.12-
YUV122.98124.63175.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.86%
GREEN value IS 90 (35.55% from 255) = 22.67%
BLUE value IS 117 (46.09% from 255) = 29.47%
R=47.86%
G=22.67%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909011700.530.380.25343.843.4854.9
HexBE5A7503526191582b37
Octal27613216506546315305367
Binary1011111010110101110101011010110011011001101011000101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5A75; }

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

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

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

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

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

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

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

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