#BE5385

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

Shades of Mulberry #BE5385

Tints of Mulberry #BE5385

Color information

#BE5385 (or 0xBE5385) is unknown color: approx Mulberry. HEX triplet: BE, 53 and 85. RGB value is (190,83,133). Sum of RGB (Red+Green+Blue) = 190+83+133=406 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.80% from 406); Green value is 83 (32.81% from 255 or 20.44% from 406); Blue value is 133 (52.34% from 255 or 32.76% from 406); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5385 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5385 is #41AC7A. Grayscale: #787878. Windows color (decimal): -4303995 or 8737726. OLE color: 8737726.

HSL color Cylindrical-coordinate representation of color #BE5385: hue angle of 331.96º 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 #BE5385 is Cyan = 0, Magento = 0.56, Yellow = 0.3 and Black (K on CMYK) = 0.25.

Color convert

RGB19083133-
CMYK00.560.30.25
HSL331.96º45.15%53.53%-
HSV(B)331.96º56.32%74.51%-
XYZ28.5618.8324.32-
YUV120.69134.95177.43-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.80%
GREEN value IS 83 (32.81% from 255) = 20.44%
BLUE value IS 133 (52.34% from 255) = 32.76%
R=46.80%
G=20.44%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.3
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908313300.560.30.25331.9645.1553.53
HexBE53850381E1914c2d36
Octal27612320507036315145566
Binary1011111010100111000010101110001111011001101001100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5385; }

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

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

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

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

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

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

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

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