#be4956

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

Shades of Mandy #BE4956

Tints of Mandy #BE4956

Color information

#BE4956 (or 0xBE4956) is unknown color: approx Mandy. HEX triplet: BE, 49 and 56. RGB value is (190,73,86). Sum of RGB (Red+Green+Blue) = 190+73+86=349 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.44% from 349); Green value is 73 (28.91% from 255 or 20.92% from 349); Blue value is 86 (33.98% from 255 or 24.64% from 349); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4956 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4956 is #41B6A9. Grayscale: #6D6D6D. Windows color (decimal): -4306602 or 5654974. OLE color: 5654974.

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

Color convert

RGB1907386-
CMYK00.620.550.25
HSL353.33º47.37%51.57%-
HSV(B)353.33º61.58%74.51%-
XYZ25.316.3810.63-
YUV109.46114.76185.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 54.44%
GREEN value IS 73 (28.91% from 255) = 20.92%
BLUE value IS 86 (33.98% from 255) = 24.64%
R=54.44%
G=20.92%
B=24.64%

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
Decimal190738600.620.550.25353.3347.3751.57
HexBE495603E37191612f34
Octal27611112607667315415764
Binary1011111010010011010110011111011011111001101100001101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be4956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be4956; }

 p { color: rgb(190,73,86); }

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

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

 a { background-color: rgb(190,73,86); }

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

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

 span { border-color: rgb(190,73,86); }

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