#B9579C

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

Shades of Mulberry #B9579C

Tints of Mulberry #B9579C

Color information

#B9579C (or 0xB9579C) is unknown color: approx Mulberry. HEX triplet: B9, 57 and 9C. RGB value is (185,87,156). Sum of RGB (Red+Green+Blue) = 185+87+156=428 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.22% from 428); Green value is 87 (34.38% from 255 or 20.33% from 428); Blue value is 156 (61.33% from 255 or 36.45% from 428); Max value from RGB is 185 - color contains mainly: red. Hex color #B9579C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9579C is #46A863. Grayscale: #7B7B7B. Windows color (decimal): -4630628 or 10246073. OLE color: 10246073.

HSL color Cylindrical-coordinate representation of color #B9579C: hue angle of 317.76º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B9579C is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB18587156-
CMYK00.530.160.27
HSL317.76º41.18%53.33%-
HSV(B)317.76º52.97%72.55%-
XYZ29.4219.5333.67-
YUV124.17145.97171.39-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.22%
GREEN value IS 87 (34.38% from 255) = 20.33%
BLUE value IS 156 (61.33% from 255) = 36.45%
R=43.22%
G=20.33%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858715600.530.160.27317.7641.1853.33
HexB9579C035101B13e2935
Octal27112723406520334765165
Binary1011100110101111001110001101011000011011100111110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9579C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9579C; }

 p { color: rgb(185,87,156); }

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

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

 a { background-color: rgb(185,87,156); }

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

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

 span { border-color: rgb(185,87,156); }

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