#B85188

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

Shades of Mulberry #B85188

Tints of Mulberry #B85188

Color information

#B85188 (or 0xB85188) is unknown color: approx Mulberry. HEX triplet: B8, 51 and 88. RGB value is (184,81,136). Sum of RGB (Red+Green+Blue) = 184+81+136=401 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.89% from 401); Green value is 81 (32.03% from 255 or 20.20% from 401); Blue value is 136 (53.52% from 255 or 33.92% from 401); Max value from RGB is 184 - color contains mainly: red. Hex color #B85188 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85188 is #47AE77. Grayscale: #757575. Windows color (decimal): -4697720 or 8933816. OLE color: 8933816.

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

Color convert

RGB18481136-
CMYK00.560.260.28
HSL327.96º42.04%51.96%-
HSV(B)327.96º55.98%72.16%-
XYZ27.1517.8525.31-
YUV118.07138.12175.03-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.89%
GREEN value IS 81 (32.03% from 255) = 20.20%
BLUE value IS 136 (53.52% from 255) = 33.92%
R=45.89%
G=20.20%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.26
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848113600.560.260.28327.9642.0451.96
HexB851880381A1C1482a34
Octal27012121007032345105264
Binary1011100010100011000100001110001101011100101001000101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85188; }

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

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

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

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

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

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

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

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