#B94889

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

Shades of Mulberry #B94889

Tints of Mulberry #B94889

Color information

#B94889 (or 0xB94889) is unknown color: approx Mulberry. HEX triplet: B9, 48 and 89. RGB value is (185,72,137). Sum of RGB (Red+Green+Blue) = 185+72+137=394 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.95% from 394); Green value is 72 (28.52% from 255 or 18.27% from 394); Blue value is 137 (53.91% from 255 or 34.77% from 394); Max value from RGB is 185 - color contains mainly: red. Hex color #B94889 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94889 is #46B776. Grayscale: #717171. Windows color (decimal): -4634487 or 8997049. OLE color: 8997049.

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

Color convert

RGB18572137-
CMYK00.610.260.27
HSL325.49º44.66%50.39%-
HSV(B)325.49º61.08%72.55%-
XYZ26.8416.7625.49-
YUV113.2141.44179.21-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.95%
GREEN value IS 72 (28.52% from 255) = 18.27%
BLUE value IS 137 (53.91% from 255) = 34.77%
R=46.95%
G=18.27%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857213700.610.260.27325.4944.6650.39
HexB9488903D1A1B1452d32
Octal27111021107532335055562
Binary1011100110010001000100101111011101011011101000101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94889; }

 p { color: rgb(185,72,137); }

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

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

 a { background-color: rgb(185,72,137); }

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

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

 span { border-color: rgb(185,72,137); }

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