#BE5E5F

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

Shades of Mandy #BE5E5F

Tints of Mandy #BE5E5F

Color information

#BE5E5F (or 0xBE5E5F) is unknown color: approx Mandy. HEX triplet: BE, 5E and 5F. RGB value is (190,94,95). Sum of RGB (Red+Green+Blue) = 190+94+95=379 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.13% from 379); Green value is 94 (37.11% from 255 or 24.80% from 379); Blue value is 95 (37.5% from 255 or 25.07% from 379); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5E5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5E5F is #41A1A0. Grayscale: #7A7A7A. Windows color (decimal): -4301217 or 6250174. OLE color: 6250174.

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

Color convert

RGB1909495-
CMYK00.510.50.25
HSL359.38º42.48%55.69%-
HSV(B)359.38º50.53%74.51%-
XYZ27.319.7813.21-
YUV122.82112.3175.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.13%
GREEN value IS 94 (37.11% from 255) = 24.80%
BLUE value IS 95 (37.5% from 255) = 25.07%
R=50.13%
G=24.80%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.5
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190949500.510.50.25359.3842.4855.69
HexBE5E5F03332191672a38
Octal27613613706362315475270
Binary1011111010111101011111011001111001011001101100111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5E5F; }

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

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

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

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

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

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

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

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