#BE525B

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

Shades of Mandy #BE525B

Tints of Mandy #BE525B

Color information

#BE525B (or 0xBE525B) is unknown color: approx Mandy. HEX triplet: BE, 52 and 5B. RGB value is (190,82,91). Sum of RGB (Red+Green+Blue) = 190+82+91=363 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.34% from 363); Green value is 82 (32.42% from 255 or 22.59% from 363); Blue value is 91 (35.94% from 255 or 25.07% from 363); Max value from RGB is 190 - color contains mainly: red. Hex color #BE525B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE525B is #41ADA4. Grayscale: #737373. Windows color (decimal): -4304293 or 5984958. OLE color: 5984958.

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

Color convert

RGB1908291-
CMYK00.570.520.25
HSL355º45.38%53.33%-
HSV(B)355º56.84%74.51%-
XYZ26.1417.7411.94-
YUV115.32114.28181.27-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.34%
GREEN value IS 82 (32.42% from 255) = 22.59%
BLUE value IS 91 (35.94% from 255) = 25.07%
R=52.34%
G=22.59%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190829100.570.520.2535545.3853.33
HexBE525B03934191632d35
Octal27612213307164315435565
Binary1011111010100101011011011100111010011001101100011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE525B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE525B; }

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

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

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

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

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

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

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

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