#B85389

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

Shades of Mulberry #B85389

Tints of Mulberry #B85389

Color information

#B85389 (or 0xB85389) is unknown color: approx Mulberry. HEX triplet: B8, 53 and 89. RGB value is (184,83,137). Sum of RGB (Red+Green+Blue) = 184+83+137=404 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.54% from 404); Green value is 83 (32.81% from 255 or 20.54% from 404); Blue value is 137 (53.91% from 255 or 33.91% from 404); Max value from RGB is 184 - color contains mainly: red. Hex color #B85389 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85389 is #47AC76. Grayscale: #777777. Windows color (decimal): -4697207 or 8999864. OLE color: 8999864.

HSL color Cylindrical-coordinate representation of color #B85389: hue angle of 327.92º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B85389 is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.28.

Color convert

RGB18483137-
CMYK00.550.260.28
HSL327.92º41.56%52.35%-
HSV(B)327.92º54.89%72.16%-
XYZ27.3818.1825.73-
YUV119.35137.96174.11-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.54%
GREEN value IS 83 (32.81% from 255) = 20.54%
BLUE value IS 137 (53.91% from 255) = 33.91%
R=45.54%
G=20.54%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.26
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848313700.550.260.28327.9241.5652.35
HexB853890371A1C1482a34
Octal27012321106732345105264
Binary1011100010100111000100101101111101011100101001000101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85389; }

 p { color: rgb(184,83,137); }

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

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

 a { background-color: rgb(184,83,137); }

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

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

 span { border-color: rgb(184,83,137); }

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