#B85B88

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

Shades of Mulberry #B85B88

Tints of Mulberry #B85B88

Color information

#B85B88 (or 0xB85B88) is unknown color: approx Mulberry. HEX triplet: B8, 5B and 88. RGB value is (184,91,136). Sum of RGB (Red+Green+Blue) = 184+91+136=411 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.77% from 411); Green value is 91 (35.94% from 255 or 22.14% from 411); Blue value is 136 (53.52% from 255 or 33.09% from 411); Max value from RGB is 184 - color contains mainly: red. Hex color #B85B88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85B88 is #47A477. Grayscale: #7B7B7B. Windows color (decimal): -4695160 or 8936376. OLE color: 8936376.

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

Color convert

RGB18491136-
CMYK00.510.260.28
HSL330.97º39.57%53.92%-
HSV(B)330.97º50.54%72.16%-
XYZ27.9519.4525.57-
YUV123.94134.81170.84-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.77%
GREEN value IS 91 (35.94% from 255) = 22.14%
BLUE value IS 136 (53.52% from 255) = 33.09%
R=44.77%
G=22.14%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.26
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849113600.510.260.28330.9739.5753.92
HexB85B880331A1C14b2836
Octal27013321006332345135066
Binary1011100010110111000100001100111101011100101001011101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85B88; }

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

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

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

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

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

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

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

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