#B56190

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

Shades of Mulberry #B56190

Tints of Mulberry #B56190

Color information

#B56190 (or 0xB56190) is unknown color: approx Mulberry. HEX triplet: B5, 61 and 90. RGB value is (181,97,144). Sum of RGB (Red+Green+Blue) = 181+97+144=422 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.89% from 422); Green value is 97 (38.28% from 255 or 22.99% from 422); Blue value is 144 (56.64% from 255 or 34.12% from 422); Max value from RGB is 181 - color contains mainly: red. Hex color #B56190 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56190 is #4A9E6F. Grayscale: #7F7F7F. Windows color (decimal): -4890224 or 9462197. OLE color: 9462197.

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

Color convert

RGB18197144-
CMYK00.460.200.29
HSL326.43º36.21%54.51%-
HSV(B)326.43º46.41%70.98%-
XYZ28.3620.3928.83-
YUV127.47137.33166.18-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.89%
GREEN value IS 97 (38.28% from 255) = 22.99%
BLUE value IS 144 (56.64% from 255) = 34.12%
R=42.89%
G=22.99%
B=34.12%

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
Decimal1819714400.460.200.29326.4336.2154.51
HexB5619002E141D1462437
Octal26514122005624355064467
Binary1011010111000011001000001011101010011101101000110100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56190; }

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

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

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

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

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

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

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

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