#BE4952

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

Shades of Mandy #BE4952

Tints of Mandy #BE4952

Color information

#BE4952 (or 0xBE4952) is unknown color: approx Mandy. HEX triplet: BE, 49 and 52. RGB value is (190,73,82). Sum of RGB (Red+Green+Blue) = 190+73+82=345 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.07% from 345); Green value is 73 (28.91% from 255 or 21.16% from 345); Blue value is 82 (32.42% from 255 or 23.77% from 345); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4952 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4952 is #41B6AD. Grayscale: #6D6D6D. Windows color (decimal): -4306606 or 5392830. OLE color: 5392830.

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

Color convert

RGB1907382-
CMYK00.620.570.25
HSL355.38º47.37%51.57%-
HSV(B)355.38º61.58%74.51%-
XYZ25.1416.329.81-
YUV109.01112.76185.77-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.07%
GREEN value IS 73 (28.91% from 255) = 21.16%
BLUE value IS 82 (32.42% from 255) = 23.77%
R=55.07%
G=21.16%
B=23.77%

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
Decimal190738200.620.570.25355.3847.3751.57
HexBE495203E39191632f34
Octal27611112207671315435764
Binary1011111010010011010010011111011100111001101100011101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4952; }

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

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

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

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

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

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

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

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