#B85B95

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

Shades of Mulberry #B85B95

Tints of Mulberry #B85B95

Color information

#B85B95 (or 0xB85B95) is unknown color: approx Mulberry. HEX triplet: B8, 5B and 95. RGB value is (184,91,149). Sum of RGB (Red+Green+Blue) = 184+91+149=424 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.40% from 424); Green value is 91 (35.94% from 255 or 21.46% from 424); Blue value is 149 (58.59% from 255 or 35.14% from 424); Max value from RGB is 184 - color contains mainly: red. Hex color #B85B95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85B95 is #47A46A. Grayscale: #7D7D7D. Windows color (decimal): -4695147 or 9788344. OLE color: 9788344.

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

Color convert

RGB18491149-
CMYK00.510.190.28
HSL322.58º39.57%53.92%-
HSV(B)322.58º50.54%72.16%-
XYZ28.9319.8430.74-
YUV125.42141.31169.78-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.40%
GREEN value IS 91 (35.94% from 255) = 21.46%
BLUE value IS 149 (58.59% from 255) = 35.14%
R=43.40%
G=21.46%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.19
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849114900.510.190.28322.5839.5753.92
HexB85B95033131C1432836
Octal27013322506323345035066
Binary1011100010110111001010101100111001111100101000011101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85B95; }

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

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

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

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

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

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

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

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