#B56395

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

Shades of Mulberry #B56395

Tints of Mulberry #B56395

Color information

#B56395 (or 0xB56395) is unknown color: approx Mulberry. HEX triplet: B5, 63 and 95. RGB value is (181,99,149). Sum of RGB (Red+Green+Blue) = 181+99+149=429 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.19% from 429); Green value is 99 (39.06% from 255 or 23.08% from 429); Blue value is 149 (58.59% from 255 or 34.73% from 429); Max value from RGB is 181 - color contains mainly: red. Hex color #B56395 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56395 is #4A9C6A. Grayscale: #818181. Windows color (decimal): -4889707 or 9790389. OLE color: 9790389.

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

Color convert

RGB18199149-
CMYK00.450.180.29
HSL323.41º35.65%54.9%-
HSV(B)323.41º45.3%70.98%-
XYZ28.9420.9230.95-
YUV129.22139.17164.93-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.19%
GREEN value IS 99 (39.06% from 255) = 23.08%
BLUE value IS 149 (58.59% from 255) = 34.73%
R=42.19%
G=23.08%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819914900.450.180.29323.4135.6554.9
HexB5639502D121D1432437
Octal26514322505522355034467
Binary1011010111000111001010101011011001011101101000011100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56395; }

 p { color: rgb(181,99,149); }

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

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

 a { background-color: rgb(181,99,149); }

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

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

 span { border-color: rgb(181,99,149); }

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