#B55B85

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

Shades of Mulberry #B55B85

Tints of Mulberry #B55B85

Color information

#B55B85 (or 0xB55B85) is unknown color: approx Mulberry. HEX triplet: B5, 5B and 85. RGB value is (181,91,133). Sum of RGB (Red+Green+Blue) = 181+91+133=405 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.69% from 405); Green value is 91 (35.94% from 255 or 22.47% from 405); Blue value is 133 (52.34% from 255 or 32.84% from 405); Max value from RGB is 181 - color contains mainly: red. Hex color #B55B85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55B85 is #4AA47A. Grayscale: #7A7A7A. Windows color (decimal): -4891771 or 8739765. OLE color: 8739765.

HSL color Cylindrical-coordinate representation of color #B55B85: hue angle of 332º 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 #B55B85 is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB18191133-
CMYK00.500.270.29
HSL332º37.82%53.33%-
HSV(B)332º49.72%70.98%-
XYZ27.031924.43-
YUV122.7133.82169.58-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.69%
GREEN value IS 91 (35.94% from 255) = 22.47%
BLUE value IS 133 (52.34% from 255) = 32.84%
R=44.69%
G=22.47%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819113300.500.270.2933237.8253.33
HexB55B850321B1D14c2635
Octal26513320506233355144665
Binary1011010110110111000010101100101101111101101001100100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55B85; }

 p { color: rgb(181,91,133); }

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

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

 a { background-color: rgb(181,91,133); }

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

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

 span { border-color: rgb(181,91,133); }

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