#B55A95

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

Shades of Mulberry #B55A95

Tints of Mulberry #B55A95

Color information

#B55A95 (or 0xB55A95) is unknown color: approx Mulberry. HEX triplet: B5, 5A and 95. RGB value is (181,90,149). Sum of RGB (Red+Green+Blue) = 181+90+149=420 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.10% from 420); Green value is 90 (35.55% from 255 or 21.43% from 420); Blue value is 149 (58.59% from 255 or 35.48% from 420); Max value from RGB is 181 - color contains mainly: red. Hex color #B55A95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55A95 is #4AA56A. Grayscale: #7B7B7B. Windows color (decimal): -4892011 or 9788085. OLE color: 9788085.

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

Color convert

RGB18190149-
CMYK00.500.180.29
HSL321.1º38.08%53.14%-
HSV(B)321.1º50.28%70.98%-
XYZ28.1419.3130.68-
YUV123.94142.15168.7-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.10%
GREEN value IS 90 (35.55% from 255) = 21.43%
BLUE value IS 149 (58.59% from 255) = 35.48%
R=43.10%
G=21.43%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819014900.500.180.29321.138.0853.14
HexB55A95032121D1412635
Octal26513222506222355014665
Binary1011010110110101001010101100101001011101101000001100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55A95; }

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

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

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

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

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

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

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

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