#B56191

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

Shades of Mulberry #B56191

Tints of Mulberry #B56191

Color information

#B56191 (or 0xB56191) is unknown color: approx Mulberry. HEX triplet: B5, 61 and 91. RGB value is (181,97,145). Sum of RGB (Red+Green+Blue) = 181+97+145=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 97 (38.28% from 255 or 22.93% from 423); Blue value is 145 (57.03% from 255 or 34.28% from 423); Max value from RGB is 181 - color contains mainly: red. Hex color #B56191 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56191 is #4A9E6E. Grayscale: #7F7F7F. Windows color (decimal): -4890223 or 9527733. OLE color: 9527733.

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

Color convert

RGB18197145-
CMYK00.460.200.29
HSL325.71º36.21%54.51%-
HSV(B)325.71º46.41%70.98%-
XYZ28.4420.4229.23-
YUV127.59137.83166.1-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.79%
GREEN value IS 97 (38.28% from 255) = 22.93%
BLUE value IS 145 (57.03% from 255) = 34.28%
R=42.79%
G=22.93%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819714500.460.200.29325.7136.2154.51
HexB5619102E141D1462437
Octal26514122105624355064467
Binary1011010111000011001000101011101010011101101000110100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56191; }

 p { color: rgb(181,97,145); }

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

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

 a { background-color: rgb(181,97,145); }

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

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

 span { border-color: rgb(181,97,145); }

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