#BE5988

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

Shades of Mulberry #BE5988

Tints of Mulberry #BE5988

Color information

#BE5988 (or 0xBE5988) is unknown color: approx Mulberry. HEX triplet: BE, 59 and 88. RGB value is (190,89,136). Sum of RGB (Red+Green+Blue) = 190+89+136=415 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.78% from 415); Green value is 89 (35.16% from 255 or 21.45% from 415); Blue value is 136 (53.52% from 255 or 32.77% from 415); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5988 is #41A677. Grayscale: #7C7C7C. Windows color (decimal): -4302456 or 8935870. OLE color: 8935870.

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

Color convert

RGB19089136-
CMYK00.530.280.25
HSL332.08º43.72%54.71%-
HSV(B)332.08º53.16%74.51%-
XYZ29.2519.8725.59-
YUV124.56134.46174.68-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.78%
GREEN value IS 89 (35.16% from 255) = 21.45%
BLUE value IS 136 (53.52% from 255) = 32.77%
R=45.78%
G=21.45%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908913600.530.280.25332.0843.7254.71
HexBE59880351C1914c2c37
Octal27613121006534315145467
Binary1011111010110011000100001101011110011001101001100101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5988; }

 p { color: rgb(190,89,136); }

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

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

 a { background-color: rgb(190,89,136); }

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

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

 span { border-color: rgb(190,89,136); }

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