#B95789

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

Shades of Mulberry #B95789

Tints of Mulberry #B95789

Color information

#B95789 (or 0xB95789) is unknown color: approx Mulberry. HEX triplet: B9, 57 and 89. RGB value is (185,87,137). Sum of RGB (Red+Green+Blue) = 185+87+137=409 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.23% from 409); Green value is 87 (34.38% from 255 or 21.27% from 409); Blue value is 137 (53.91% from 255 or 33.50% from 409); Max value from RGB is 185 - color contains mainly: red. Hex color #B95789 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95789 is #46A876. Grayscale: #797979. Windows color (decimal): -4630647 or 9000889. OLE color: 9000889.

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

Color convert

RGB18587137-
CMYK00.530.260.27
HSL329.39º41.18%53.33%-
HSV(B)329.39º52.97%72.55%-
XYZ27.9318.9425.85-
YUV122136.47172.93-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.23%
GREEN value IS 87 (34.38% from 255) = 21.27%
BLUE value IS 137 (53.91% from 255) = 33.50%
R=45.23%
G=21.27%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858713700.530.260.27329.3941.1853.33
HexB957890351A1B1492935
Octal27112721106532335115165
Binary1011100110101111000100101101011101011011101001001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95789; }

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

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

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

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

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

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

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

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