#B95787

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

Shades of Mulberry #B95787

Tints of Mulberry #B95787

Color information

#B95787 (or 0xB95787) is unknown color: approx Mulberry. HEX triplet: B9, 57 and 87. RGB value is (185,87,135). Sum of RGB (Red+Green+Blue) = 185+87+135=407 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.45% from 407); Green value is 87 (34.38% from 255 or 21.38% from 407); Blue value is 135 (53.12% from 255 or 33.17% from 407); Max value from RGB is 185 - color contains mainly: red. Hex color #B95787 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95787 is #46A878. Grayscale: #797979. Windows color (decimal): -4630649 or 8869817. OLE color: 8869817.

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

Color convert

RGB18587135-
CMYK00.530.270.27
HSL330.61º41.18%53.33%-
HSV(B)330.61º52.97%72.55%-
XYZ27.7918.8825.1-
YUV121.77135.47173.1-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.45%
GREEN value IS 87 (34.38% from 255) = 21.38%
BLUE value IS 135 (53.12% from 255) = 33.17%
R=45.45%
G=21.38%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858713500.530.270.27330.6141.1853.33
HexB957870351B1B14b2935
Octal27112720706533335135165
Binary1011100110101111000011101101011101111011101001011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95787; }

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

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

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

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

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

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

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

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