#BE556E

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

Shades of Blush #BE556E

Tints of Blush #BE556E

Color information

#BE556E (or 0xBE556E) is unknown color: approx Blush. HEX triplet: BE, 55 and 6E. RGB value is (190,85,110). Sum of RGB (Red+Green+Blue) = 190+85+110=385 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.35% from 385); Green value is 85 (33.59% from 255 or 22.08% from 385); Blue value is 110 (43.36% from 255 or 28.57% from 385); Max value from RGB is 190 - color contains mainly: red. Hex color #BE556E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE556E is #41AA91. Grayscale: #777777. Windows color (decimal): -4303506 or 7230910. OLE color: 7230910.

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

Color convert

RGB19085110-
CMYK00.550.420.25
HSL345.71º44.68%53.92%-
HSV(B)345.71º55.26%74.51%-
XYZ27.318.5716.9-
YUV119.24122.79178.47-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.35%
GREEN value IS 85 (33.59% from 255) = 22.08%
BLUE value IS 110 (43.36% from 255) = 28.57%
R=49.35%
G=22.08%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908511000.550.420.25345.7144.6853.92
HexBE556E0372A1915a2d36
Octal27612515606752315325566
Binary1011111010101011101110011011110101011001101011010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE556E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE556E; }

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

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

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

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

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

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

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

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