#BE5C72

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

Shades of Blush #BE5C72

Tints of Blush #BE5C72

Color information

#BE5C72 (or 0xBE5C72) is unknown color: approx Blush. HEX triplet: BE, 5C and 72. RGB value is (190,92,114). Sum of RGB (Red+Green+Blue) = 190+92+114=396 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.98% from 396); Green value is 92 (36.33% from 255 or 23.23% from 396); Blue value is 114 (44.92% from 255 or 28.79% from 396); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5C72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5C72 is #41A38D. Grayscale: #7B7B7B. Windows color (decimal): -4301710 or 7494846. OLE color: 7494846.

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

Color convert

RGB19092114-
CMYK00.520.400.25
HSL346.53º42.98%55.29%-
HSV(B)346.53º51.58%74.51%-
XYZ28.119.8218.26-
YUV123.81122.47175.21-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.98%
GREEN value IS 92 (36.33% from 255) = 23.23%
BLUE value IS 114 (44.92% from 255) = 28.79%
R=47.98%
G=23.23%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909211400.520.400.25346.5342.9855.29
HexBE5C72034281915b2b37
Octal27613416206450315335367
Binary1011111010111001110010011010010100011001101011011101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5C72; }

 p { color: rgb(190,92,114); }

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

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

 a { background-color: rgb(190,92,114); }

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

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

 span { border-color: rgb(190,92,114); }

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