#B94787

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

Shades of Mulberry #B94787

Tints of Mulberry #B94787

Color information

#B94787 (or 0xB94787) is unknown color: approx Mulberry. HEX triplet: B9, 47 and 87. RGB value is (185,71,135). Sum of RGB (Red+Green+Blue) = 185+71+135=391 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.31% from 391); Green value is 71 (28.12% from 255 or 18.16% from 391); Blue value is 135 (53.12% from 255 or 34.53% from 391); Max value from RGB is 185 - color contains mainly: red. Hex color #B94787 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94787 is #46B878. Grayscale: #707070. Windows color (decimal): -4634745 or 8865721. OLE color: 8865721.

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

Color convert

RGB18571135-
CMYK00.620.270.27
HSL326.32º44.88%50.2%-
HSV(B)326.32º61.62%72.55%-
XYZ26.6316.5724.72-
YUV112.38140.77179.8-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.31%
GREEN value IS 71 (28.12% from 255) = 18.16%
BLUE value IS 135 (53.12% from 255) = 34.53%
R=47.31%
G=18.16%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857113500.620.270.27326.3244.8850.2
HexB9478703E1B1B1462d32
Octal27110720707633335065562
Binary1011100110001111000011101111101101111011101000110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94787; }

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

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

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

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

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

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

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

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