#BE5E6E

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

Shades of Blush #BE5E6E

Tints of Blush #BE5E6E

Color information

#BE5E6E (or 0xBE5E6E) is unknown color: approx Blush. HEX triplet: BE, 5E and 6E. RGB value is (190,94,110). Sum of RGB (Red+Green+Blue) = 190+94+110=394 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.22% from 394); Green value is 94 (37.11% from 255 or 23.86% from 394); Blue value is 110 (43.36% from 255 or 27.92% from 394); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5E6E is #41A191. Grayscale: #7C7C7C. Windows color (decimal): -4301202 or 7233214. OLE color: 7233214.

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

Color convert

RGB19094110-
CMYK00.510.420.25
HSL350º42.48%55.69%-
HSV(B)350º50.53%74.51%-
XYZ28.0520.0817.15-
YUV124.53119.8174.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.22%
GREEN value IS 94 (37.11% from 255) = 23.86%
BLUE value IS 110 (43.36% from 255) = 27.92%
R=48.22%
G=23.86%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909411000.510.420.2535042.4855.69
HexBE5E6E0332A1915e2a38
Octal27613615606352315365270
Binary1011111010111101101110011001110101011001101011110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5E6E; }

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

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

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

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

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

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

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

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