#B85B89

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

Shades of Mulberry #B85B89

Tints of Mulberry #B85B89

Color information

#B85B89 (or 0xB85B89) is unknown color: approx Mulberry. HEX triplet: B8, 5B and 89. RGB value is (184,91,137). Sum of RGB (Red+Green+Blue) = 184+91+137=412 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.66% from 412); Green value is 91 (35.94% from 255 or 22.09% from 412); Blue value is 137 (53.91% from 255 or 33.25% from 412); Max value from RGB is 184 - color contains mainly: red. Hex color #B85B89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85B89 is #47A476. Grayscale: #7B7B7B. Windows color (decimal): -4695159 or 9001912. OLE color: 9001912.

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

Color convert

RGB18491137-
CMYK00.510.260.28
HSL330.32º39.57%53.92%-
HSV(B)330.32º50.54%72.16%-
XYZ28.0219.4825.95-
YUV124.05135.31170.76-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.66%
GREEN value IS 91 (35.94% from 255) = 22.09%
BLUE value IS 137 (53.91% from 255) = 33.25%
R=44.66%
G=22.09%
B=33.25%

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
Decimal1849113700.510.260.28330.3239.5753.92
HexB85B890331A1C14a2836
Octal27013321106332345125066
Binary1011100010110111000100101100111101011100101001010101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85B89; }

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

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

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

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

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

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

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

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