#B56090

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

Shades of Mulberry #B56090

Tints of Mulberry #B56090

Color information

#B56090 (or 0xB56090) is unknown color: approx Mulberry. HEX triplet: B5, 60 and 90. RGB value is (181,96,144). Sum of RGB (Red+Green+Blue) = 181+96+144=421 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.99% from 421); Green value is 96 (37.89% from 255 or 22.80% from 421); Blue value is 144 (56.64% from 255 or 34.20% from 421); Max value from RGB is 181 - color contains mainly: red. Hex color #B56090 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56090 is #4A9F6F. Grayscale: #7E7E7E. Windows color (decimal): -4890480 or 9461941. OLE color: 9461941.

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

Color convert

RGB18196144-
CMYK00.470.200.29
HSL326.12º36.48%54.31%-
HSV(B)326.12º46.96%70.98%-
XYZ28.2720.228.8-
YUV126.89137.66166.6-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.99%
GREEN value IS 96 (37.89% from 255) = 22.80%
BLUE value IS 144 (56.64% from 255) = 34.20%
R=42.99%
G=22.80%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819614400.470.200.29326.1236.4854.31
HexB5609002F141D1462436
Octal26514022005724355064466
Binary1011010111000001001000001011111010011101101000110100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56090; }

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

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

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

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

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

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

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

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