#B85884

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

Shades of Mulberry #B85884

Tints of Mulberry #B85884

Color information

#B85884 (or 0xB85884) is unknown color: approx Mulberry. HEX triplet: B8, 58 and 84. RGB value is (184,88,132). Sum of RGB (Red+Green+Blue) = 184+88+132=404 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.54% from 404); Green value is 88 (34.77% from 255 or 21.78% from 404); Blue value is 132 (51.95% from 255 or 32.67% from 404); Max value from RGB is 184 - color contains mainly: red. Hex color #B85884 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85884 is #47A77B. Grayscale: #797979. Windows color (decimal): -4695932 or 8673464. OLE color: 8673464.

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

Color convert

RGB18488132-
CMYK00.520.280.28
HSL332.5º40.34%53.33%-
HSV(B)332.5º52.17%72.16%-
XYZ27.4218.8424.02-
YUV121.72133.8172.42-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.54%
GREEN value IS 88 (34.77% from 255) = 21.78%
BLUE value IS 132 (51.95% from 255) = 32.67%
R=45.54%
G=21.78%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848813200.520.280.28332.540.3453.33
HexB858840341C1C14c2835
Octal27013020406434345145065
Binary1011100010110001000010001101001110011100101001100101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85884; }

 p { color: rgb(184,88,132); }

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

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

 a { background-color: rgb(184,88,132); }

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

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

 span { border-color: rgb(184,88,132); }

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