#B85788

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

Shades of Mulberry #B85788

Tints of Mulberry #B85788

Color information

#B85788 (or 0xB85788) is unknown color: approx Mulberry. HEX triplet: B8, 57 and 88. RGB value is (184,87,136). Sum of RGB (Red+Green+Blue) = 184+87+136=407 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.21% from 407); Green value is 87 (34.38% from 255 or 21.38% from 407); Blue value is 136 (53.52% from 255 or 33.42% from 407); Max value from RGB is 184 - color contains mainly: red. Hex color #B85788 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85788 is #47A877. Grayscale: #797979. Windows color (decimal): -4696184 or 8935352. OLE color: 8935352.

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

Color convert

RGB18487136-
CMYK00.530.260.28
HSL329.69º40.59%53.14%-
HSV(B)329.69º52.72%72.16%-
XYZ27.6218.7825.46-
YUV121.59136.14172.52-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.21%
GREEN value IS 87 (34.38% from 255) = 21.38%
BLUE value IS 136 (53.52% from 255) = 33.42%
R=45.21%
G=21.38%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.26
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848713600.530.260.28329.6940.5953.14
HexB857880351A1C14a2935
Octal27012721006532345125165
Binary1011100010101111000100001101011101011100101001010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85788; }

 p { color: rgb(184,87,136); }

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

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

 a { background-color: rgb(184,87,136); }

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

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

 span { border-color: rgb(184,87,136); }

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