#BE5E60

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

Shades of Mandy #BE5E60

Tints of Mandy #BE5E60

Color information

#BE5E60 (or 0xBE5E60) is unknown color: approx Mandy. HEX triplet: BE, 5E and 60. RGB value is (190,94,96). Sum of RGB (Red+Green+Blue) = 190+94+96=380 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50% from 380); Green value is 94 (37.11% from 255 or 24.74% from 380); Blue value is 96 (37.89% from 255 or 25.26% from 380); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5E60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5E60 is #41A19F. Grayscale: #7B7B7B. Windows color (decimal): -4301216 or 6315710. OLE color: 6315710.

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

Color convert

RGB1909496-
CMYK00.510.490.25
HSL358.75º42.48%55.69%-
HSV(B)358.75º50.53%74.51%-
XYZ27.3519.813.45-
YUV122.93112.8175.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50%
GREEN value IS 94 (37.11% from 255) = 24.74%
BLUE value IS 96 (37.89% from 255) = 25.26%
R=50%
G=24.74%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190949600.510.490.25358.7542.4855.69
HexBE5E6003331191672a38
Octal27613614006361315475270
Binary1011111010111101100000011001111000111001101100111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5E60; }

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

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

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

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

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

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

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

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