#B56193

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

Shades of Mulberry #B56193

Tints of Mulberry #B56193

Color information

#B56193 (or 0xB56193) is unknown color: approx Mulberry. HEX triplet: B5, 61 and 93. RGB value is (181,97,147). Sum of RGB (Red+Green+Blue) = 181+97+147=425 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.59% from 425); Green value is 97 (38.28% from 255 or 22.82% from 425); Blue value is 147 (57.81% from 255 or 34.59% from 425); Max value from RGB is 181 - color contains mainly: red. Hex color #B56193 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56193 is #4A9E6C. Grayscale: #7F7F7F. Windows color (decimal): -4890221 or 9658805. OLE color: 9658805.

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

Color convert

RGB18197147-
CMYK00.460.190.29
HSL324.29º36.21%54.51%-
HSV(B)324.29º46.41%70.98%-
XYZ28.620.4830.05-
YUV127.82138.83165.93-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.59%
GREEN value IS 97 (38.28% from 255) = 22.82%
BLUE value IS 147 (57.81% from 255) = 34.59%
R=42.59%
G=22.82%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819714700.460.190.29324.2936.2154.51
HexB5619302E131D1442437
Octal26514122305623355044467
Binary1011010111000011001001101011101001111101101000100100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56193; }

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

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

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

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

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

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

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

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