#B94799

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

Shades of Mulberry #B94799

Tints of Mulberry #B94799

Color information

#B94799 (or 0xB94799) is unknown color: approx Mulberry. HEX triplet: B9, 47 and 99. RGB value is (185,71,153). Sum of RGB (Red+Green+Blue) = 185+71+153=409 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.23% from 409); Green value is 71 (28.12% from 255 or 17.36% from 409); Blue value is 153 (60.16% from 255 or 37.41% from 409); Max value from RGB is 185 - color contains mainly: red. Hex color #B94799 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94799 is #46B866. Grayscale: #727272. Windows color (decimal): -4634727 or 10045369. OLE color: 10045369.

HSL color Cylindrical-coordinate representation of color #B94799: hue angle of 316.84º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B94799 is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB18571153-
CMYK00.620.170.27
HSL316.84º44.88%50.2%-
HSV(B)316.84º61.62%72.55%-
XYZ28.0117.1231.97-
YUV114.43149.77178.33-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.23%
GREEN value IS 71 (28.12% from 255) = 17.36%
BLUE value IS 153 (60.16% from 255) = 37.41%
R=45.23%
G=17.36%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857115300.620.170.27316.8444.8850.2
HexB9479903E111B13d2d32
Octal27110723107621334755562
Binary1011100110001111001100101111101000111011100111101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94799; }

 p { color: rgb(185,71,153); }

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

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

 a { background-color: rgb(185,71,153); }

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

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

 span { border-color: rgb(185,71,153); }

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