#BE5973

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

Shades of Blush #BE5973

Tints of Blush #BE5973

Color information

#BE5973 (or 0xBE5973) is unknown color: approx Blush. HEX triplet: BE, 59 and 73. RGB value is (190,89,115). Sum of RGB (Red+Green+Blue) = 190+89+115=394 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.22% from 394); Green value is 89 (35.16% from 255 or 22.59% from 394); Blue value is 115 (45.31% from 255 or 29.19% from 394); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5973 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5973 is #41A68C. Grayscale: #7A7A7A. Windows color (decimal): -4302477 or 7559614. OLE color: 7559614.

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

Color convert

RGB19089115-
CMYK00.530.390.25
HSL344.55º43.72%54.71%-
HSV(B)344.55º53.16%74.51%-
XYZ27.919.3318.48-
YUV122.16123.96176.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.22%
GREEN value IS 89 (35.16% from 255) = 22.59%
BLUE value IS 115 (45.31% from 255) = 29.19%
R=48.22%
G=22.59%
B=29.19%

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
Decimal1908911500.530.390.25344.5543.7254.71
HexBE597303527191592c37
Octal27613116306547315315467
Binary1011111010110011110011011010110011111001101011001101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5973; }

 p { color: rgb(190,89,115); }

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

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

 a { background-color: rgb(190,89,115); }

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

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

 span { border-color: rgb(190,89,115); }

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