#BE5A5E

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

Shades of Mandy #BE5A5E

Tints of Mandy #BE5A5E

Color information

#BE5A5E (or 0xBE5A5E) is unknown color: approx Mandy. HEX triplet: BE, 5A and 5E. RGB value is (190,90,94). Sum of RGB (Red+Green+Blue) = 190+90+94=374 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.80% from 374); Green value is 90 (35.55% from 255 or 24.06% from 374); Blue value is 94 (37.11% from 255 or 25.13% from 374); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5A5E is #41A5A1. Grayscale: #787878. Windows color (decimal): -4302242 or 6183614. OLE color: 6183614.

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

Color convert

RGB1909094-
CMYK00.530.510.25
HSL357.6º43.48%54.9%-
HSV(B)357.6º52.63%74.51%-
XYZ26.9119.0712.85-
YUV120.36113.13177.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.80%
GREEN value IS 90 (35.55% from 255) = 24.06%
BLUE value IS 94 (37.11% from 255) = 25.13%
R=50.80%
G=24.06%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190909400.530.510.25357.643.4854.9
HexBE5A5E03533191662b37
Octal27613213606563315465367
Binary1011111010110101011110011010111001111001101100110101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5A5E; }

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

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

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

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

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

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

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

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