#B94A86

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

Shades of Mulberry #B94A86

Tints of Mulberry #B94A86

Color information

#B94A86 (or 0xB94A86) is unknown color: approx Mulberry. HEX triplet: B9, 4A and 86. RGB value is (185,74,134). Sum of RGB (Red+Green+Blue) = 185+74+134=393 (52% of max value = 765). Red value is 185 (72.66% from 255 or 47.07% from 393); Green value is 74 (29.30% from 255 or 18.83% from 393); Blue value is 134 (52.73% from 255 or 34.10% from 393); Max value from RGB is 185 - color contains mainly: red. Hex color #B94A86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94A86 is #46B579. Grayscale: #717171. Windows color (decimal): -4633978 or 8800953. OLE color: 8800953.

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

Color convert

RGB18574134-
CMYK00.60.280.27
HSL327.57º44.22%50.78%-
HSV(B)327.57º60%72.55%-
XYZ26.7616.9324.41-
YUV114.03139.27178.62-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.07%
GREEN value IS 74 (29.30% from 255) = 18.83%
BLUE value IS 134 (52.73% from 255) = 34.10%
R=47.07%
G=18.83%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857413400.60.280.27327.5744.2250.78
HexB94A8603C1C1B1482c33
Octal27111220607434335105463
Binary1011100110010101000011001111001110011011101001000101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94A86; }

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

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

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

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

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

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

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

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