#BE4E55

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

Shades of Mandy #BE4E55

Tints of Mandy #BE4E55

Color information

#BE4E55 (or 0xBE4E55) is unknown color: approx Mandy. HEX triplet: BE, 4E and 55. RGB value is (190,78,85). Sum of RGB (Red+Green+Blue) = 190+78+85=353 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.82% from 353); Green value is 78 (30.86% from 255 or 22.10% from 353); Blue value is 85 (33.59% from 255 or 24.08% from 353); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4E55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE4E55 is #41B1AA. Grayscale: #707070. Windows color (decimal): -4305323 or 5590718. OLE color: 5590718.

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

Color convert

RGB1907885-
CMYK00.590.550.25
HSL356.25º46.28%52.55%-
HSV(B)356.25º58.95%74.51%-
XYZ25.617.0510.54-
YUV112.29112.61183.43-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.82%
GREEN value IS 78 (30.86% from 255) = 22.10%
BLUE value IS 85 (33.59% from 255) = 24.08%
R=53.82%
G=22.10%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190788500.590.550.25356.2546.2852.55
HexBE4E5503B37191642e35
Octal27611612507367315445665
Binary1011111010011101010101011101111011111001101100100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4E55; }

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

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

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

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

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

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

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

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