#BE4855

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

Shades of Mandy #BE4855

Tints of Mandy #BE4855

Color information

#BE4855 (or 0xBE4855) is unknown color: approx Mandy. HEX triplet: BE, 48 and 55. RGB value is (190,72,85). Sum of RGB (Red+Green+Blue) = 190+72+85=347 (45% of max value = 765). Red value is 190 (74.61% from 255 or 54.76% from 347); Green value is 72 (28.52% from 255 or 20.75% from 347); Blue value is 85 (33.59% from 255 or 24.50% from 347); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4855 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4855 is #41B7AA. Grayscale: #6C6C6C. Windows color (decimal): -4306859 or 5589182. OLE color: 5589182.

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

Color convert

RGB1907285-
CMYK00.620.550.25
HSL353.39º47.58%51.37%-
HSV(B)353.39º62.11%74.51%-
XYZ25.1916.2410.4-
YUV108.76114.59185.94-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 54.76%
GREEN value IS 72 (28.52% from 255) = 20.75%
BLUE value IS 85 (33.59% from 255) = 24.50%
R=54.76%
G=20.75%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190728500.620.550.25353.3947.5851.37
HexBE485503E37191613033
Octal27611012507667315416063
Binary1011111010010001010101011111011011111001101100001110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4855; }

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

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

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

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

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

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

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

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