#B5528D

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

Shades of Mulberry #B5528D

Tints of Mulberry #B5528D

Color information

#B5528D (or 0xB5528D) is unknown color: approx Mulberry. HEX triplet: B5, 52 and 8D. RGB value is (181,82,141). Sum of RGB (Red+Green+Blue) = 181+82+141=404 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.80% from 404); Green value is 82 (32.42% from 255 or 20.30% from 404); Blue value is 141 (55.47% from 255 or 34.90% from 404); Max value from RGB is 181 - color contains mainly: red. Hex color #B5528D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5528D is #4AAD72. Grayscale: #767676. Windows color (decimal): -4894067 or 9261749. OLE color: 9261749.

HSL color Cylindrical-coordinate representation of color #B5528D: hue angle of 324.24º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B5528D is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB18182141-
CMYK00.550.220.29
HSL324.24º40.08%51.57%-
HSV(B)324.24º54.7%70.98%-
XYZ26.8817.7827.21-
YUV118.33140.8172.7-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.80%
GREEN value IS 82 (32.42% from 255) = 20.30%
BLUE value IS 141 (55.47% from 255) = 34.90%
R=44.80%
G=20.30%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818214100.550.220.29324.2440.0851.57
HexB5528D037161D1442834
Octal26512221506726355045064
Binary1011010110100101000110101101111011011101101000100101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5528D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5528D; }

 p { color: rgb(181,82,141); }

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

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

 a { background-color: rgb(181,82,141); }

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

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

 span { border-color: rgb(181,82,141); }

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