#BE5B5D

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

Shades of Mandy #BE5B5D

Tints of Mandy #BE5B5D

Color information

#BE5B5D (or 0xBE5B5D) is unknown color: approx Mandy. HEX triplet: BE, 5B and 5D. RGB value is (190,91,93). Sum of RGB (Red+Green+Blue) = 190+91+93=374 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.80% from 374); Green value is 91 (35.94% from 255 or 24.33% from 374); Blue value is 93 (36.72% from 255 or 24.87% from 374); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5B5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5B5D is #41A4A2. Grayscale: #787878. Windows color (decimal): -4301987 or 6118334. OLE color: 6118334.

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

Color convert

RGB1909193-
CMYK00.520.510.25
HSL358.79º43.23%55.1%-
HSV(B)358.79º52.11%74.51%-
XYZ26.9519.2212.65-
YUV120.83112.3177.34-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.80%
GREEN value IS 91 (35.94% from 255) = 24.33%
BLUE value IS 93 (36.72% from 255) = 24.87%
R=50.80%
G=24.33%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190919300.520.510.25358.7943.2355.1
HexBE5B5D03433191672b37
Octal27613313506463315475367
Binary1011111010110111011101011010011001111001101100111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5B5D; }

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

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

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

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

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

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

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

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