#BE5586

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

Shades of Mulberry #BE5586

Tints of Mulberry #BE5586

Color information

#BE5586 (or 0xBE5586) is unknown color: approx Mulberry. HEX triplet: BE, 55 and 86. RGB value is (190,85,134). Sum of RGB (Red+Green+Blue) = 190+85+134=409 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.45% from 409); Green value is 85 (33.59% from 255 or 20.78% from 409); Blue value is 134 (52.73% from 255 or 32.76% from 409); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5586 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5586 is #41AA79. Grayscale: #797979. Windows color (decimal): -4303482 or 8803774. OLE color: 8803774.

HSL color Cylindrical-coordinate representation of color #BE5586: hue angle of 332º degrees, saturation: 0.45, 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 #BE5586 is Cyan = 0, Magento = 0.55, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB19085134-
CMYK00.550.290.25
HSL332º44.68%53.92%-
HSV(B)332º55.26%74.51%-
XYZ28.7919.1724.74-
YUV121.98134.79176.52-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.45%
GREEN value IS 85 (33.59% from 255) = 20.78%
BLUE value IS 134 (52.73% from 255) = 32.76%
R=46.45%
G=20.78%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908513400.550.290.2533244.6853.92
HexBE55860371D1914c2d36
Octal27612520606735315145566
Binary1011111010101011000011001101111110111001101001100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5586; }

 p { color: rgb(190,85,134); }

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

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

 a { background-color: rgb(190,85,134); }

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

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

 span { border-color: rgb(190,85,134); }

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