#BE5595

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

Shades of Mulberry #BE5595

Tints of Mulberry #BE5595

Color information

#BE5595 (or 0xBE5595) is unknown color: approx Mulberry. HEX triplet: BE, 55 and 95. RGB value is (190,85,149). Sum of RGB (Red+Green+Blue) = 190+85+149=424 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.81% from 424); Green value is 85 (33.59% from 255 or 20.05% from 424); Blue value is 149 (58.59% from 255 or 35.14% from 424); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5595 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5595 is #41AA6A. Grayscale: #7B7B7B. Windows color (decimal): -4303467 or 9786814. OLE color: 9786814.

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

Color convert

RGB19085149-
CMYK00.550.220.25
HSL323.43º44.68%53.92%-
HSV(B)323.43º55.26%74.51%-
XYZ29.9119.6130.64-
YUV123.69142.29175.3-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.81%
GREEN value IS 85 (33.59% from 255) = 20.05%
BLUE value IS 149 (58.59% from 255) = 35.14%
R=44.81%
G=20.05%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908514900.550.220.25323.4344.6853.92
HexBE559503716191432d36
Octal27612522506726315035566
Binary1011111010101011001010101101111011011001101000011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5595; }

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

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

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

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

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

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

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

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