#B9579F

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

Shades of Mulberry #B9579F

Tints of Mulberry #B9579F

Color information

#B9579F (or 0xB9579F) is unknown color: approx Mulberry. HEX triplet: B9, 57 and 9F. RGB value is (185,87,159). Sum of RGB (Red+Green+Blue) = 185+87+159=431 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.92% from 431); Green value is 87 (34.38% from 255 or 20.19% from 431); Blue value is 159 (62.5% from 255 or 36.89% from 431); Max value from RGB is 185 - color contains mainly: red. Hex color #B9579F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9579F is #46A860. Grayscale: #7C7C7C. Windows color (decimal): -4630625 or 10442681. OLE color: 10442681.

HSL color Cylindrical-coordinate representation of color #B9579F: hue angle of 315.92º 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 #B9579F is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB18587159-
CMYK00.530.140.27
HSL315.92º41.18%53.33%-
HSV(B)315.92º52.97%72.55%-
XYZ29.6719.6335.03-
YUV124.51147.47171.15-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.92%
GREEN value IS 87 (34.38% from 255) = 20.19%
BLUE value IS 159 (62.5% from 255) = 36.89%
R=42.92%
G=20.19%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858715900.530.140.27315.9241.1853.33
HexB9579F035E1B13c2935
Octal27112723706516334745165
Binary101110011010111100111110110101111011011100111100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9579F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9579F; }

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

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

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

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

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

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

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

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