#BE5F60

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

Shades of Mandy #BE5F60

Tints of Mandy #BE5F60

Color information

#BE5F60 (or 0xBE5F60) is unknown color: approx Mandy. HEX triplet: BE, 5F and 60. RGB value is (190,95,96). Sum of RGB (Red+Green+Blue) = 190+95+96=381 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.87% from 381); Green value is 95 (37.5% from 255 or 24.93% from 381); Blue value is 96 (37.89% from 255 or 25.20% from 381); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5F60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5F60 is #41A09F. Grayscale: #7B7B7B. Windows color (decimal): -4300960 or 6315966. OLE color: 6315966.

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

Color convert

RGB1909596-
CMYK00.50.490.25
HSL359.37º42.22%55.88%-
HSV(B)359.37º50%74.51%-
XYZ27.4419.9813.48-
YUV123.52112.47175.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.87%
GREEN value IS 95 (37.5% from 255) = 24.93%
BLUE value IS 96 (37.89% from 255) = 25.20%
R=49.87%
G=24.93%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190959600.50.490.25359.3742.2255.88
HexBE5F6003231191672a38
Octal27613714006261315475270
Binary1011111010111111100000011001011000111001101100111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5F60; }

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

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

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

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

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

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

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

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