#B56099

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

Shades of Mulberry #B56099

Tints of Mulberry #B56099

Color information

#B56099 (or 0xB56099) is unknown color: approx Mulberry. HEX triplet: B5, 60 and 99. RGB value is (181,96,153). Sum of RGB (Red+Green+Blue) = 181+96+153=430 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.09% from 430); Green value is 96 (37.89% from 255 or 22.33% from 430); Blue value is 153 (60.16% from 255 or 35.58% from 430); Max value from RGB is 181 - color contains mainly: red. Hex color #B56099 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56099 is #4A9F66. Grayscale: #7F7F7F. Windows color (decimal): -4890471 or 10051765. OLE color: 10051765.

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

Color convert

RGB18196153-
CMYK00.470.150.29
HSL319.76º36.48%54.31%-
HSV(B)319.76º46.96%70.98%-
XYZ28.9920.4932.56-
YUV127.91142.16165.87-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.09%
GREEN value IS 96 (37.89% from 255) = 22.33%
BLUE value IS 153 (60.16% from 255) = 35.58%
R=42.09%
G=22.33%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819615300.470.150.29319.7636.4854.31
HexB5609902FF1D1402436
Octal26514023105717355004466
Binary101101011100000100110010101111111111101101000000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56099; }

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

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

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

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

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

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

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

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