#B94B87

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

Shades of Mulberry #B94B87

Tints of Mulberry #B94B87

Color information

#B94B87 (or 0xB94B87) is unknown color: approx Mulberry. HEX triplet: B9, 4B and 87. RGB value is (185,75,135). Sum of RGB (Red+Green+Blue) = 185+75+135=395 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.84% from 395); Green value is 75 (29.69% from 255 or 18.99% from 395); Blue value is 135 (53.12% from 255 or 34.18% from 395); Max value from RGB is 185 - color contains mainly: red. Hex color #B94B87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94B87 is #46B478. Grayscale: #727272. Windows color (decimal): -4633721 or 8866745. OLE color: 8866745.

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

Color convert

RGB18575135-
CMYK00.590.270.27
HSL327.27º44%50.98%-
HSV(B)327.27º59.46%72.55%-
XYZ26.917.124.8-
YUV114.73139.44178.12-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.84%
GREEN value IS 75 (29.69% from 255) = 18.99%
BLUE value IS 135 (53.12% from 255) = 34.18%
R=46.84%
G=18.99%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857513500.590.270.27327.274450.98
HexB94B8703B1B1B1472c33
Octal27111320707333335075463
Binary1011100110010111000011101110111101111011101000111101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94B87; }

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

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

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

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

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

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

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

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