#BE556B

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

Shades of Blush #BE556B

Tints of Blush #BE556B

Color information

#BE556B (or 0xBE556B) is unknown color: approx Blush. HEX triplet: BE, 55 and 6B. RGB value is (190,85,107). Sum of RGB (Red+Green+Blue) = 190+85+107=382 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.74% from 382); Green value is 85 (33.59% from 255 or 22.25% from 382); Blue value is 107 (42.19% from 255 or 28.01% from 382); Max value from RGB is 190 - color contains mainly: red. Hex color #BE556B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE556B is #41AA94. Grayscale: #767676. Windows color (decimal): -4303509 or 7034302. OLE color: 7034302.

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

Color convert

RGB19085107-
CMYK00.550.440.25
HSL347.43º44.68%53.92%-
HSV(B)347.43º55.26%74.51%-
XYZ27.1418.5116.05-
YUV118.9121.29178.71-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.74%
GREEN value IS 85 (33.59% from 255) = 22.25%
BLUE value IS 107 (42.19% from 255) = 28.01%
R=49.74%
G=22.25%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908510700.550.440.25347.4344.6853.92
HexBE556B0372C1915b2d36
Octal27612515306754315335566
Binary1011111010101011101011011011110110011001101011011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE556B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE556B; }

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

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

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

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

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

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

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

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