#B55A85

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

Shades of Mulberry #B55A85

Tints of Mulberry #B55A85

Color information

#B55A85 (or 0xB55A85) is unknown color: approx Mulberry. HEX triplet: B5, 5A and 85. RGB value is (181,90,133). Sum of RGB (Red+Green+Blue) = 181+90+133=404 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.80% from 404); Green value is 90 (35.55% from 255 or 22.28% from 404); Blue value is 133 (52.34% from 255 or 32.92% from 404); Max value from RGB is 181 - color contains mainly: red. Hex color #B55A85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55A85 is #4AA57A. Grayscale: #7A7A7A. Windows color (decimal): -4892027 or 8739509. OLE color: 8739509.

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

Color convert

RGB18190133-
CMYK00.500.270.29
HSL331.65º38.08%53.14%-
HSV(B)331.65º50.28%70.98%-
XYZ26.9518.8324.4-
YUV122.11134.15170-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.80%
GREEN value IS 90 (35.55% from 255) = 22.28%
BLUE value IS 133 (52.34% from 255) = 32.92%
R=44.80%
G=22.28%
B=32.92%

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
Decimal1819013300.500.270.29331.6538.0853.14
HexB55A850321B1D14c2635
Octal26513220506233355144665
Binary1011010110110101000010101100101101111101101001100100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55A85; }

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

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

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

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

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

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

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

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