#BE5253

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

Shades of Mandy #BE5253

Tints of Mandy #BE5253

Color information

#BE5253 (or 0xBE5253) is unknown color: approx Mandy. HEX triplet: BE, 52 and 53. RGB value is (190,82,83). Sum of RGB (Red+Green+Blue) = 190+82+83=355 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.52% from 355); Green value is 82 (32.42% from 255 or 23.10% from 355); Blue value is 83 (32.81% from 255 or 23.38% from 355); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5253 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5253 is #41ADAC. Grayscale: #727272. Windows color (decimal): -4304301 or 5460670. OLE color: 5460670.

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

Color convert

RGB1908283-
CMYK00.570.560.25
HSL359.44º45.38%53.33%-
HSV(B)359.44º56.84%74.51%-
XYZ25.8117.6110.22-
YUV114.41110.28181.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.52%
GREEN value IS 82 (32.42% from 255) = 23.10%
BLUE value IS 83 (32.81% from 255) = 23.38%
R=53.52%
G=23.10%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190828300.570.560.25359.4445.3853.33
HexBE525303938191672d35
Octal27612212307170315475565
Binary1011111010100101010011011100111100011001101100111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5253; }

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

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

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

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

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

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

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

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