#B95B87

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

Shades of Mulberry #B95B87

Tints of Mulberry #B95B87

Color information

#B95B87 (or 0xB95B87) is unknown color: approx Mulberry. HEX triplet: B9, 5B and 87. RGB value is (185,91,135). Sum of RGB (Red+Green+Blue) = 185+91+135=411 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.01% from 411); Green value is 91 (35.94% from 255 or 22.14% from 411); Blue value is 135 (53.12% from 255 or 32.85% from 411); Max value from RGB is 185 - color contains mainly: red. Hex color #B95B87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95B87 is #46A478. Grayscale: #7C7C7C. Windows color (decimal): -4629625 or 8870841. OLE color: 8870841.

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

Color convert

RGB18591135-
CMYK00.510.270.27
HSL331.91º40.17%54.12%-
HSV(B)331.91º50.81%72.55%-
XYZ28.1219.5525.21-
YUV124.12134.14171.42-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.01%
GREEN value IS 91 (35.94% from 255) = 22.14%
BLUE value IS 135 (53.12% from 255) = 32.85%
R=45.01%
G=22.14%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859113500.510.270.27331.9140.1754.12
HexB95B870331B1B14c2836
Octal27113320706333335145066
Binary1011100110110111000011101100111101111011101001100101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95B87; }

 p { color: rgb(185,91,135); }

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

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

 a { background-color: rgb(185,91,135); }

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

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

 span { border-color: rgb(185,91,135); }

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