#BE5495

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

Shades of Mulberry #BE5495

Tints of Mulberry #BE5495

Color information

#BE5495 (or 0xBE5495) is unknown color: approx Mulberry. HEX triplet: BE, 54 and 95. RGB value is (190,84,149). Sum of RGB (Red+Green+Blue) = 190+84+149=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 84 (33.20% from 255 or 19.86% from 423); Blue value is 149 (58.59% from 255 or 35.22% from 423); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5495 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5495 is #41AB6A. Grayscale: #7A7A7A. Windows color (decimal): -4303723 or 9786558. OLE color: 9786558.

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

Color convert

RGB19084149-
CMYK00.560.220.25
HSL323.21º44.92%53.73%-
HSV(B)323.21º55.79%74.51%-
XYZ29.8319.4630.62-
YUV123.1142.62175.71-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.92%
GREEN value IS 84 (33.20% from 255) = 19.86%
BLUE value IS 149 (58.59% from 255) = 35.22%
R=44.92%
G=19.86%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908414900.560.220.25323.2144.9253.73
HexBE549503816191432d36
Octal27612422507026315035566
Binary1011111010101001001010101110001011011001101000011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5495; }

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

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

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

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

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

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

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

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