#BE525E

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

Shades of Mandy #BE525E

Tints of Mandy #BE525E

Color information

#BE525E (or 0xBE525E) is unknown color: approx Mandy. HEX triplet: BE, 52 and 5E. RGB value is (190,82,94). Sum of RGB (Red+Green+Blue) = 190+82+94=366 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.91% from 366); Green value is 82 (32.42% from 255 or 22.40% from 366); Blue value is 94 (37.11% from 255 or 25.68% from 366); Max value from RGB is 190 - color contains mainly: red. Hex color #BE525E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE525E is #41ADA1. Grayscale: #737373. Windows color (decimal): -4304290 or 6181566. OLE color: 6181566.

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

Color convert

RGB1908294-
CMYK00.570.510.25
HSL353.33º45.38%53.33%-
HSV(B)353.33º56.84%74.51%-
XYZ26.2717.7912.64-
YUV115.66115.78181.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.91%
GREEN value IS 82 (32.42% from 255) = 22.40%
BLUE value IS 94 (37.11% from 255) = 25.68%
R=51.91%
G=22.40%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190829400.570.510.25353.3345.3853.33
HexBE525E03933191612d35
Octal27612213607163315415565
Binary1011111010100101011110011100111001111001101100001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE525E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE525E; }

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

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

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

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

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

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

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

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