#B56195

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

Shades of Mulberry #B56195

Tints of Mulberry #B56195

Color information

#B56195 (or 0xB56195) is unknown color: approx Mulberry. HEX triplet: B5, 61 and 95. RGB value is (181,97,149). Sum of RGB (Red+Green+Blue) = 181+97+149=427 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.39% from 427); Green value is 97 (38.28% from 255 or 22.72% from 427); Blue value is 149 (58.59% from 255 or 34.89% from 427); Max value from RGB is 181 - color contains mainly: red. Hex color #B56195 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56195 is #4A9E6A. Grayscale: #7F7F7F. Windows color (decimal): -4890219 or 9789877. OLE color: 9789877.

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

Color convert

RGB18197149-
CMYK00.460.180.29
HSL322.86º36.21%54.51%-
HSV(B)322.86º46.41%70.98%-
XYZ28.7620.5430.88-
YUV128.04139.83165.77-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.39%
GREEN value IS 97 (38.28% from 255) = 22.72%
BLUE value IS 149 (58.59% from 255) = 34.89%
R=42.39%
G=22.72%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819714900.460.180.29322.8636.2154.51
HexB5619502E121D1432437
Octal26514122505622355034467
Binary1011010111000011001010101011101001011101101000011100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56195; }

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

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

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

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

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

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

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

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