#B94D91

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

Shades of Mulberry #B94D91

Tints of Mulberry #B94D91

Color information

#B94D91 (or 0xB94D91) is unknown color: approx Mulberry. HEX triplet: B9, 4D and 91. RGB value is (185,77,145). Sum of RGB (Red+Green+Blue) = 185+77+145=407 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.45% from 407); Green value is 77 (30.47% from 255 or 18.92% from 407); Blue value is 145 (57.03% from 255 or 35.63% from 407); Max value from RGB is 185 - color contains mainly: red. Hex color #B94D91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B94D91 is #46B26E. Grayscale: #747474. Windows color (decimal): -4633199 or 9522617. OLE color: 9522617.

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

Color convert

RGB18577145-
CMYK00.580.220.27
HSL322.22º43.55%51.37%-
HSV(B)322.22º58.38%72.55%-
XYZ27.7717.6728.73-
YUV117.04143.78176.47-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.45%
GREEN value IS 77 (30.47% from 255) = 18.92%
BLUE value IS 145 (57.03% from 255) = 35.63%
R=45.45%
G=18.92%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857714500.580.220.27322.2243.5551.37
HexB94D9103A161B1422c33
Octal27111522107226335025463
Binary1011100110011011001000101110101011011011101000010101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94D91; }

 p { color: rgb(185,77,145); }

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

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

 a { background-color: rgb(185,77,145); }

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

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

 span { border-color: rgb(185,77,145); }

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