#B9578F

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

Shades of Mulberry #B9578F

Tints of Mulberry #B9578F

Color information

#B9578F (or 0xB9578F) is unknown color: approx Mulberry. HEX triplet: B9, 57 and 8F. RGB value is (185,87,143). Sum of RGB (Red+Green+Blue) = 185+87+143=415 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.58% from 415); Green value is 87 (34.38% from 255 or 20.96% from 415); Blue value is 143 (56.25% from 255 or 34.46% from 415); Max value from RGB is 185 - color contains mainly: red. Hex color #B9578F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9578F is #46A870. Grayscale: #7A7A7A. Windows color (decimal): -4630641 or 9394105. OLE color: 9394105.

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

Color convert

RGB18587143-
CMYK00.530.230.27
HSL325.71º41.18%53.33%-
HSV(B)325.71º52.97%72.55%-
XYZ28.3719.1128.18-
YUV122.69139.47172.45-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.58%
GREEN value IS 87 (34.38% from 255) = 20.96%
BLUE value IS 143 (56.25% from 255) = 34.46%
R=44.58%
G=20.96%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858714300.530.230.27325.7141.1853.33
HexB9578F035171B1462935
Octal27112721706527335065165
Binary1011100110101111000111101101011011111011101000110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9578F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9578F; }

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

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

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

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

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

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

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

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