#BE5566

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

Shades of Blush #BE5566

Tints of Blush #BE5566

Color information

#BE5566 (or 0xBE5566) is unknown color: approx Blush. HEX triplet: BE, 55 and 66. RGB value is (190,85,102). Sum of RGB (Red+Green+Blue) = 190+85+102=377 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.40% from 377); Green value is 85 (33.59% from 255 or 22.55% from 377); Blue value is 102 (40.23% from 255 or 27.06% from 377); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5566 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5566 is #41AA99. Grayscale: #767676. Windows color (decimal): -4303514 or 6706622. OLE color: 6706622.

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

Color convert

RGB19085102-
CMYK00.550.460.25
HSL350.29º44.68%53.92%-
HSV(B)350.29º55.26%74.51%-
XYZ26.8818.414.71-
YUV118.33118.79179.12-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.40%
GREEN value IS 85 (33.59% from 255) = 22.55%
BLUE value IS 102 (40.23% from 255) = 27.06%
R=50.40%
G=22.55%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908510200.550.460.25350.2944.6853.92
HexBE55660372E1915e2d36
Octal27612514606756315365566
Binary1011111010101011100110011011110111011001101011110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5566; }

 p { color: rgb(190,85,102); }

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

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

 a { background-color: rgb(190,85,102); }

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

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

 span { border-color: rgb(190,85,102); }

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