#be5561

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

Shades of Blush #BE5561

Tints of Blush #BE5561

Color information

#BE5561 (or 0xBE5561) is unknown color: approx Blush. HEX triplet: BE, 55 and 61. RGB value is (190,85,97). Sum of RGB (Red+Green+Blue) = 190+85+97=372 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.08% from 372); Green value is 85 (33.59% from 255 or 22.85% from 372); Blue value is 97 (38.28% from 255 or 26.08% from 372); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5561 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5561 is #41AA9E. Grayscale: #757575. Windows color (decimal): -4303519 or 6378942. OLE color: 6378942.

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

Color convert

RGB1908597-
CMYK00.550.490.25
HSL353.14º44.68%53.92%-
HSV(B)353.14º55.26%74.51%-
XYZ26.6418.3113.44-
YUV117.76116.29179.52-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.08%
GREEN value IS 85 (33.59% from 255) = 22.85%
BLUE value IS 97 (38.28% from 255) = 26.08%
R=51.08%
G=22.85%
B=26.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190859700.550.490.25353.1444.6853.92
HexBE556103731191612d36
Octal27612514106761315415566
Binary1011111010101011100001011011111000111001101100001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be5561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be5561; }

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

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

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

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

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

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

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

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