#B94C96

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

Shades of Mulberry #B94C96

Tints of Mulberry #B94C96

Color information

#B94C96 (or 0xB94C96) is unknown color: approx Mulberry. HEX triplet: B9, 4C and 96. RGB value is (185,76,150). Sum of RGB (Red+Green+Blue) = 185+76+150=411 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.01% from 411); Green value is 76 (30.08% from 255 or 18.49% from 411); Blue value is 150 (58.98% from 255 or 36.50% from 411); Max value from RGB is 185 - color contains mainly: red. Hex color #B94C96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94C96 is #46B369. Grayscale: #747474. Windows color (decimal): -4633450 or 9850041. OLE color: 9850041.

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

Color convert

RGB18576150-
CMYK00.590.190.27
HSL319.27º43.78%51.18%-
HSV(B)319.27º58.92%72.55%-
XYZ28.117.6930.79-
YUV117.03146.61176.48-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.01%
GREEN value IS 76 (30.08% from 255) = 18.49%
BLUE value IS 150 (58.98% from 255) = 36.50%
R=45.01%
G=18.49%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857615000.590.190.27319.2743.7851.18
HexB94C9603B131B13f2c33
Octal27111422607323334775463
Binary1011100110011001001011001110111001111011100111111101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94C96; }

 p { color: rgb(185,76,150); }

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

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

 a { background-color: rgb(185,76,150); }

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

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

 span { border-color: rgb(185,76,150); }

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