#B94C86

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

Shades of Mulberry #B94C86

Tints of Mulberry #B94C86

Color information

#B94C86 (or 0xB94C86) is unknown color: approx Mulberry. HEX triplet: B9, 4C and 86. RGB value is (185,76,134). Sum of RGB (Red+Green+Blue) = 185+76+134=395 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.84% from 395); Green value is 76 (30.08% from 255 or 19.24% from 395); Blue value is 134 (52.73% from 255 or 33.92% from 395); Max value from RGB is 185 - color contains mainly: red. Hex color #B94C86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94C86 is #46B379. Grayscale: #737373. Windows color (decimal): -4633466 or 8801465. OLE color: 8801465.

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

Color convert

RGB18576134-
CMYK00.590.280.27
HSL328.07º43.78%51.18%-
HSV(B)328.07º58.92%72.55%-
XYZ26.917.224.46-
YUV115.2138.61177.78-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.84%
GREEN value IS 76 (30.08% from 255) = 19.24%
BLUE value IS 134 (52.73% from 255) = 33.92%
R=46.84%
G=19.24%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857613400.590.280.27328.0743.7851.18
HexB94C8603B1C1B1482c33
Octal27111420607334335105463
Binary1011100110011001000011001110111110011011101001000101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94C86; }

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

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

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

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

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

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

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

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