#B56296

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

Shades of Mulberry #B56296

Tints of Mulberry #B56296

Color information

#B56296 (or 0xB56296) is unknown color: approx Mulberry. HEX triplet: B5, 62 and 96. RGB value is (181,98,150). Sum of RGB (Red+Green+Blue) = 181+98+150=429 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.19% from 429); Green value is 98 (38.67% from 255 or 22.84% from 429); Blue value is 150 (58.98% from 255 or 34.97% from 429); Max value from RGB is 181 - color contains mainly: red. Hex color #B56296 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56296 is #4A9D69. Grayscale: #808080. Windows color (decimal): -4889962 or 9855669. OLE color: 9855669.

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

Color convert

RGB18198150-
CMYK00.460.170.29
HSL322.41º35.93%54.71%-
HSV(B)322.41º45.86%70.98%-
XYZ28.9320.7631.34-
YUV128.74140165.27-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.19%
GREEN value IS 98 (38.67% from 255) = 22.84%
BLUE value IS 150 (58.98% from 255) = 34.97%
R=42.19%
G=22.84%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819815000.460.170.29322.4135.9354.71
HexB5629602E111D1422437
Octal26514222605621355024467
Binary1011010111000101001011001011101000111101101000010100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56296; }

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

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

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

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

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

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

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

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