#B55989

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

Shades of Mulberry #B55989

Tints of Mulberry #B55989

Color information

#B55989 (or 0xB55989) is unknown color: approx Mulberry. HEX triplet: B5, 59 and 89. RGB value is (181,89,137). Sum of RGB (Red+Green+Blue) = 181+89+137=407 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.47% from 407); Green value is 89 (35.16% from 255 or 21.87% from 407); Blue value is 137 (53.91% from 255 or 33.66% from 407); Max value from RGB is 181 - color contains mainly: red. Hex color #B55989 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55989 is #4AA676. Grayscale: #797979. Windows color (decimal): -4892279 or 9001397. OLE color: 9001397.

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

Color convert

RGB18189137-
CMYK00.510.240.29
HSL328.7º38.33%52.94%-
HSV(B)328.7º50.83%70.98%-
XYZ27.1418.7725.86-
YUV121.98136.48170.1-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.47%
GREEN value IS 89 (35.16% from 255) = 21.87%
BLUE value IS 137 (53.91% from 255) = 33.66%
R=44.47%
G=21.87%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818913700.510.240.29328.738.3352.94
HexB55989033181D1492635
Octal26513121106330355114665
Binary1011010110110011000100101100111100011101101001001100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55989; }

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

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

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

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

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

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

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

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