#BE5B5F

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

Shades of Mandy #BE5B5F

Tints of Mandy #BE5B5F

Color information

#BE5B5F (or 0xBE5B5F) is unknown color: approx Mandy. HEX triplet: BE, 5B and 5F. RGB value is (190,91,95). Sum of RGB (Red+Green+Blue) = 190+91+95=376 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.53% from 376); Green value is 91 (35.94% from 255 or 24.20% from 376); Blue value is 95 (37.5% from 255 or 25.27% from 376); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5B5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5B5F is #41A4A0. Grayscale: #797979. Windows color (decimal): -4301985 or 6249406. OLE color: 6249406.

HSL color Cylindrical-coordinate representation of color #BE5B5F: hue angle of 357.58º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BE5B5F is Cyan = 0, Magento = 0.52, Yellow = 0.5 and Black (K on CMYK) = 0.25.

Color convert

RGB1909195-
CMYK00.520.50.25
HSL357.58º43.23%55.1%-
HSV(B)357.58º52.11%74.51%-
XYZ27.0419.2613.12-
YUV121.06113.3177.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.53%
GREEN value IS 91 (35.94% from 255) = 24.20%
BLUE value IS 95 (37.5% from 255) = 25.27%
R=50.53%
G=24.20%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.5
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190919500.520.50.25357.5843.2355.1
HexBE5B5F03432191662b37
Octal27613313706462315465367
Binary1011111010110111011111011010011001011001101100110101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5B5F; }

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

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

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

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

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

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

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

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