#BE5A60

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

Shades of Mandy #BE5A60

Tints of Mandy #BE5A60

Color information

#BE5A60 (or 0xBE5A60) is unknown color: approx Mandy. HEX triplet: BE, 5A and 60. RGB value is (190,90,96). Sum of RGB (Red+Green+Blue) = 190+90+96=376 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.53% from 376); Green value is 90 (35.55% from 255 or 23.94% from 376); Blue value is 96 (37.89% from 255 or 25.53% from 376); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5A60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5A60 is #41A59F. Grayscale: #787878. Windows color (decimal): -4302240 or 6314686. OLE color: 6314686.

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

Color convert

RGB1909096-
CMYK00.530.490.25
HSL356.4º43.48%54.9%-
HSV(B)356.4º52.63%74.51%-
XYZ2719.113.33-
YUV120.58114.13177.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.53%
GREEN value IS 90 (35.55% from 255) = 23.94%
BLUE value IS 96 (37.89% from 255) = 25.53%
R=50.53%
G=23.94%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190909600.530.490.25356.443.4854.9
HexBE5A6003531191642b37
Octal27613214006561315445367
Binary1011111010110101100000011010111000111001101100100101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5A60; }

 p { color: rgb(190,90,96); }

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

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

 a { background-color: rgb(190,90,96); }

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

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

 span { border-color: rgb(190,90,96); }

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