#BE5658

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

Shades of Mandy #BE5658

Tints of Mandy #BE5658

Color information

#BE5658 (or 0xBE5658) is unknown color: approx Mandy. HEX triplet: BE, 56 and 58. RGB value is (190,86,88). Sum of RGB (Red+Green+Blue) = 190+86+88=364 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.20% from 364); Green value is 86 (33.98% from 255 or 23.63% from 364); Blue value is 88 (34.77% from 255 or 24.18% from 364); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5658 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5658 is #41A9A7. Grayscale: #757575. Windows color (decimal): -4303272 or 5789374. OLE color: 5789374.

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

Color convert

RGB1908688-
CMYK00.550.540.25
HSL358.85º44.44%54.12%-
HSV(B)358.85º54.74%74.51%-
XYZ26.3218.3111.38-
YUV117.32111.46179.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.20%
GREEN value IS 86 (33.98% from 255) = 23.63%
BLUE value IS 88 (34.77% from 255) = 24.18%
R=52.20%
G=23.63%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190868800.550.540.25358.8544.4454.12
HexBE565803736191672c36
Octal27612613006766315475466
Binary1011111010101101011000011011111011011001101100111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5658; }

 p { color: rgb(190,86,88); }

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

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

 a { background-color: rgb(190,86,88); }

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

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

 span { border-color: rgb(190,86,88); }

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