#B55A86

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

Shades of Mulberry #B55A86

Tints of Mulberry #B55A86

Color information

#B55A86 (or 0xB55A86) is unknown color: approx Mulberry. HEX triplet: B5, 5A and 86. RGB value is (181,90,134). Sum of RGB (Red+Green+Blue) = 181+90+134=405 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.69% from 405); Green value is 90 (35.55% from 255 or 22.22% from 405); Blue value is 134 (52.73% from 255 or 33.09% from 405); Max value from RGB is 181 - color contains mainly: red. Hex color #B55A86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55A86 is #4AA579. Grayscale: #7A7A7A. Windows color (decimal): -4892026 or 8805045. OLE color: 8805045.

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

Color convert

RGB18190134-
CMYK00.500.260.29
HSL330.99º38.08%53.14%-
HSV(B)330.99º50.28%70.98%-
XYZ27.0218.8624.77-
YUV122.22134.65169.92-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.69%
GREEN value IS 90 (35.55% from 255) = 22.22%
BLUE value IS 134 (52.73% from 255) = 33.09%
R=44.69%
G=22.22%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819013400.500.260.29330.9938.0853.14
HexB55A860321A1D14b2635
Octal26513220606232355134665
Binary1011010110110101000011001100101101011101101001011100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55A86; }

 p { color: rgb(181,90,134); }

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

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

 a { background-color: rgb(181,90,134); }

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

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

 span { border-color: rgb(181,90,134); }

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