#B85388

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

Shades of Mulberry #B85388

Tints of Mulberry #B85388

Color information

#B85388 (or 0xB85388) is unknown color: approx Mulberry. HEX triplet: B8, 53 and 88. RGB value is (184,83,136). Sum of RGB (Red+Green+Blue) = 184+83+136=403 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.66% from 403); Green value is 83 (32.81% from 255 or 20.60% from 403); Blue value is 136 (53.52% from 255 or 33.75% from 403); Max value from RGB is 184 - color contains mainly: red. Hex color #B85388 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85388 is #47AC77. Grayscale: #777777. Windows color (decimal): -4697208 or 8934328. OLE color: 8934328.

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

Color convert

RGB18483136-
CMYK00.550.260.28
HSL328.51º41.56%52.35%-
HSV(B)328.51º54.89%72.16%-
XYZ27.318.1525.36-
YUV119.24137.46174.19-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.66%
GREEN value IS 83 (32.81% from 255) = 20.60%
BLUE value IS 136 (53.52% from 255) = 33.75%
R=45.66%
G=20.60%
B=33.75%

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
Decimal1848313600.550.260.28328.5141.5652.35
HexB853880371A1C1492a34
Octal27012321006732345115264
Binary1011100010100111000100001101111101011100101001001101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85388; }

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

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

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

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

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

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

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

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