#B55389

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

Shades of Mulberry #B55389

Tints of Mulberry #B55389

Color information

#B55389 (or 0xB55389) is unknown color: approx Mulberry. HEX triplet: B5, 53 and 89. RGB value is (181,83,137). Sum of RGB (Red+Green+Blue) = 181+83+137=401 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.14% from 401); Green value is 83 (32.81% from 255 or 20.70% from 401); Blue value is 137 (53.91% from 255 or 34.16% from 401); Max value from RGB is 181 - color contains mainly: red. Hex color #B55389 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55389 is #4AAC76. Grayscale: #767676. Windows color (decimal): -4893815 or 8999861. OLE color: 8999861.

HSL color Cylindrical-coordinate representation of color #B55389: hue angle of 326.94º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B55389 is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB18183137-
CMYK00.540.240.29
HSL326.94º39.84%51.76%-
HSV(B)326.94º54.14%70.98%-
XYZ26.6617.8225.7-
YUV118.46138.47172.61-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.14%
GREEN value IS 83 (32.81% from 255) = 20.70%
BLUE value IS 137 (53.91% from 255) = 34.16%
R=45.14%
G=20.70%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818313700.540.240.29326.9439.8451.76
HexB55389036181D1472834
Octal26512321106630355075064
Binary1011010110100111000100101101101100011101101000111101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55389; }

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

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

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

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

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

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

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

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