#B94795

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

Shades of Mulberry #B94795

Tints of Mulberry #B94795

Color information

#B94795 (or 0xB94795) is unknown color: approx Mulberry. HEX triplet: B9, 47 and 95. RGB value is (185,71,149). Sum of RGB (Red+Green+Blue) = 185+71+149=405 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.68% from 405); Green value is 71 (28.12% from 255 or 17.53% from 405); Blue value is 149 (58.59% from 255 or 36.79% from 405); Max value from RGB is 185 - color contains mainly: red. Hex color #B94795 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94795 is #46B86A. Grayscale: #717171. Windows color (decimal): -4634731 or 9783225. OLE color: 9783225.

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

Color convert

RGB18571149-
CMYK00.620.190.27
HSL318.95º44.88%50.2%-
HSV(B)318.95º61.62%72.55%-
XYZ27.6916.9930.25-
YUV113.98147.77178.66-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.68%
GREEN value IS 71 (28.12% from 255) = 17.53%
BLUE value IS 149 (58.59% from 255) = 36.79%
R=45.68%
G=17.53%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857114900.620.190.27318.9544.8850.2
HexB9479503E131B13f2d32
Octal27110722507623334775562
Binary1011100110001111001010101111101001111011100111111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94795; }

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

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

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

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

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

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

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

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