#BE5389

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

Shades of Mulberry #BE5389

Tints of Mulberry #BE5389

Color information

#BE5389 (or 0xBE5389) is unknown color: approx Mulberry. HEX triplet: BE, 53 and 89. RGB value is (190,83,137). Sum of RGB (Red+Green+Blue) = 190+83+137=410 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.34% from 410); Green value is 83 (32.81% from 255 or 20.24% from 410); Blue value is 137 (53.91% from 255 or 33.41% from 410); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5389 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5389 is #41AC76. Grayscale: #797979. Windows color (decimal): -4303991 or 8999870. OLE color: 8999870.

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

Color convert

RGB19083137-
CMYK00.560.280.25
HSL329.72º45.15%53.53%-
HSV(B)329.72º56.32%74.51%-
XYZ28.8418.9425.8-
YUV121.15136.95177.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.34%
GREEN value IS 83 (32.81% from 255) = 20.24%
BLUE value IS 137 (53.91% from 255) = 33.41%
R=46.34%
G=20.24%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908313700.560.280.25329.7245.1553.53
HexBE53890381C1914a2d36
Octal27612321107034315125566
Binary1011111010100111000100101110001110011001101001010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5389; }

 p { color: rgb(190,83,137); }

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

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

 a { background-color: rgb(190,83,137); }

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

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

 span { border-color: rgb(190,83,137); }

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