#B94A87

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

Shades of Mulberry #B94A87

Tints of Mulberry #B94A87

Color information

#B94A87 (or 0xB94A87) is unknown color: approx Mulberry. HEX triplet: B9, 4A and 87. RGB value is (185,74,135). Sum of RGB (Red+Green+Blue) = 185+74+135=394 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.95% from 394); Green value is 74 (29.30% from 255 or 18.78% from 394); Blue value is 135 (53.12% from 255 or 34.26% from 394); Max value from RGB is 185 - color contains mainly: red. Hex color #B94A87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94A87 is #46B578. Grayscale: #727272. Windows color (decimal): -4633977 or 8866489. OLE color: 8866489.

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

Color convert

RGB18574135-
CMYK00.60.270.27
HSL327.03º44.22%50.78%-
HSV(B)327.03º60%72.55%-
XYZ26.8316.9624.78-
YUV114.14139.77178.54-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.95%
GREEN value IS 74 (29.30% from 255) = 18.78%
BLUE value IS 135 (53.12% from 255) = 34.26%
R=46.95%
G=18.78%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857413500.60.270.27327.0344.2250.78
HexB94A8703C1B1B1472c33
Octal27111220707433335075463
Binary1011100110010101000011101111001101111011101000111101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94A87; }

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

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

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

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

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

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

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

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