#B56299

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

Shades of Mulberry #B56299

Tints of Mulberry #B56299

Color information

#B56299 (or 0xB56299) is unknown color: approx Mulberry. HEX triplet: B5, 62 and 99. RGB value is (181,98,153). Sum of RGB (Red+Green+Blue) = 181+98+153=432 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.90% from 432); Green value is 98 (38.67% from 255 or 22.69% from 432); Blue value is 153 (60.16% from 255 or 35.42% from 432); Max value from RGB is 181 - color contains mainly: red. Hex color #B56299 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56299 is #4A9D66. Grayscale: #808080. Windows color (decimal): -4889959 or 10052277. OLE color: 10052277.

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

Color convert

RGB18198153-
CMYK00.460.150.29
HSL320.24º35.93%54.71%-
HSV(B)320.24º45.86%70.98%-
XYZ29.1720.8632.63-
YUV129.09141.5165.03-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.90%
GREEN value IS 98 (38.67% from 255) = 22.69%
BLUE value IS 153 (60.16% from 255) = 35.42%
R=41.90%
G=22.69%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819815300.460.150.29320.2435.9354.71
HexB5629902EF1D1402437
Octal26514223105617355004467
Binary101101011100010100110010101110111111101101000000100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56299; }

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

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

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

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

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

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

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

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