#BE5B95

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

Shades of Mulberry #BE5B95

Tints of Mulberry #BE5B95

Color information

#BE5B95 (or 0xBE5B95) is unknown color: approx Mulberry. HEX triplet: BE, 5B and 95. RGB value is (190,91,149). Sum of RGB (Red+Green+Blue) = 190+91+149=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 91 (35.94% from 255 or 21.16% from 430); Blue value is 149 (58.59% from 255 or 34.65% from 430); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5B95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5B95 is #41A46A. Grayscale: #7F7F7F. Windows color (decimal): -4301931 or 9788350. OLE color: 9788350.

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

Color convert

RGB19091149-
CMYK00.520.220.25
HSL324.85º43.23%55.1%-
HSV(B)324.85º52.11%74.51%-
XYZ30.420.630.81-
YUV127.21140.3172.78-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.19%
GREEN value IS 91 (35.94% from 255) = 21.16%
BLUE value IS 149 (58.59% from 255) = 34.65%
R=44.19%
G=21.16%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909114900.520.220.25324.8543.2355.1
HexBE5B9503416191452b37
Octal27613322506426315055367
Binary1011111010110111001010101101001011011001101000101101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5B95; }

 p { color: rgb(190,91,149); }

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

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

 a { background-color: rgb(190,91,149); }

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

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

 span { border-color: rgb(190,91,149); }

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