#B94A89

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

Shades of Mulberry #B94A89

Tints of Mulberry #B94A89

Color information

#B94A89 (or 0xB94A89) is unknown color: approx Mulberry. HEX triplet: B9, 4A and 89. RGB value is (185,74,137). Sum of RGB (Red+Green+Blue) = 185+74+137=396 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.72% from 396); Green value is 74 (29.30% from 255 or 18.69% from 396); Blue value is 137 (53.91% from 255 or 34.60% from 396); Max value from RGB is 185 - color contains mainly: red. Hex color #B94A89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94A89 is #46B576. Grayscale: #727272. Windows color (decimal): -4633975 or 8997561. OLE color: 8997561.

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

Color convert

RGB18574137-
CMYK00.60.260.27
HSL325.95º44.22%50.78%-
HSV(B)325.95º60%72.55%-
XYZ26.9717.0225.53-
YUV114.37140.77178.38-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.72%
GREEN value IS 74 (29.30% from 255) = 18.69%
BLUE value IS 137 (53.91% from 255) = 34.60%
R=46.72%
G=18.69%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857413700.60.260.27325.9544.2250.78
HexB94A8903C1A1B1462c33
Octal27111221107432335065463
Binary1011100110010101000100101111001101011011101000110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94A89; }

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

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

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

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

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

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

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

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