#B94689

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

Shades of Mulberry #B94689

Tints of Mulberry #B94689

Color information

#B94689 (or 0xB94689) is unknown color: approx Mulberry. HEX triplet: B9, 46 and 89. RGB value is (185,70,137). Sum of RGB (Red+Green+Blue) = 185+70+137=392 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.19% from 392); Green value is 70 (27.73% from 255 or 17.86% from 392); Blue value is 137 (53.91% from 255 or 34.95% from 392); Max value from RGB is 185 - color contains mainly: red. Hex color #B94689 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94689 is #46B976. Grayscale: #6F6F6F. Windows color (decimal): -4634999 or 8996537. OLE color: 8996537.

HSL color Cylindrical-coordinate representation of color #B94689: hue angle of 325.04º 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 #B94689 is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB18570137-
CMYK00.620.260.27
HSL325.04º45.1%50%-
HSV(B)325.04º62.16%72.55%-
XYZ26.7116.525.44-
YUV112.02142.1180.05-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.19%
GREEN value IS 70 (27.73% from 255) = 17.86%
BLUE value IS 137 (53.91% from 255) = 34.95%
R=47.19%
G=17.86%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857013700.620.260.27325.0445.150
HexB9468903E1A1B1452d32
Octal27110621107632335055562
Binary1011100110001101000100101111101101011011101000101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94689; }

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

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

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

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

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

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

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

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