#B55296

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

Shades of Mulberry #B55296

Tints of Mulberry #B55296

Color information

#B55296 (or 0xB55296) is unknown color: approx Mulberry. HEX triplet: B5, 52 and 96. RGB value is (181,82,150). Sum of RGB (Red+Green+Blue) = 181+82+150=413 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.83% from 413); Green value is 82 (32.42% from 255 or 19.85% from 413); Blue value is 150 (58.98% from 255 or 36.32% from 413); Max value from RGB is 181 - color contains mainly: red. Hex color #B55296 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55296 is #4AAD69. Grayscale: #777777. Windows color (decimal): -4894058 or 9851573. OLE color: 9851573.

HSL color Cylindrical-coordinate representation of color #B55296: hue angle of 318.79º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B55296 is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB18182150-
CMYK00.550.170.29
HSL318.79º40.08%51.57%-
HSV(B)318.79º54.7%70.98%-
XYZ27.5818.0630.89-
YUV119.35145.3171.97-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.83%
GREEN value IS 82 (32.42% from 255) = 19.85%
BLUE value IS 150 (58.98% from 255) = 36.32%
R=43.83%
G=19.85%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818215000.550.170.29318.7940.0851.57
HexB55296037111D13f2834
Octal26512222606721354775064
Binary1011010110100101001011001101111000111101100111111101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55296; }

 p { color: rgb(181,82,150); }

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

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

 a { background-color: rgb(181,82,150); }

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

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

 span { border-color: rgb(181,82,150); }

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