#BE4951

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

Shades of Mandy #BE4951

Tints of Mandy #BE4951

Color information

#BE4951 (or 0xBE4951) is unknown color: approx Mandy. HEX triplet: BE, 49 and 51. RGB value is (190,73,81). Sum of RGB (Red+Green+Blue) = 190+73+81=344 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.23% from 344); Green value is 73 (28.91% from 255 or 21.22% from 344); Blue value is 81 (32.03% from 255 or 23.55% from 344); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4951 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4951 is #41B6AE. Grayscale: #6C6C6C. Windows color (decimal): -4306607 or 5327294. OLE color: 5327294.

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

Color convert

RGB1907381-
CMYK00.620.570.25
HSL355.9º47.37%51.57%-
HSV(B)355.9º61.58%74.51%-
XYZ25.116.319.61-
YUV108.9112.26185.85-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.23%
GREEN value IS 73 (28.91% from 255) = 21.22%
BLUE value IS 81 (32.03% from 255) = 23.55%
R=55.23%
G=21.22%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190738100.620.570.25355.947.3751.57
HexBE495103E39191642f34
Octal27611112107671315445764
Binary1011111010010011010001011111011100111001101100100101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4951; }

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

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

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

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

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

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

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

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