#B94395

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

Shades of Mulberry #B94395

Tints of Mulberry #B94395

Color information

#B94395 (or 0xB94395) is unknown color: approx Mulberry. HEX triplet: B9, 43 and 95. RGB value is (185,67,149). Sum of RGB (Red+Green+Blue) = 185+67+149=401 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.13% from 401); Green value is 67 (26.56% from 255 or 16.71% from 401); Blue value is 149 (58.59% from 255 or 37.16% from 401); Max value from RGB is 185 - color contains mainly: red. Hex color #B94395 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94395 is #46BC6A. Grayscale: #6F6F6F. Windows color (decimal): -4635755 or 9782201. OLE color: 9782201.

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

Color convert

RGB18567149-
CMYK00.640.190.27
HSL318.31º46.83%49.41%-
HSV(B)318.31º63.78%72.55%-
XYZ27.4416.530.17-
YUV111.63149.09180.33-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.13%
GREEN value IS 67 (26.56% from 255) = 16.71%
BLUE value IS 149 (58.59% from 255) = 37.16%
R=46.13%
G=16.71%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1856714900.640.190.27318.3146.8349.41
HexB94395040131B13e2f31
Octal271103225010023334765761
Binary10111001100001110010101010000001001111011100111110101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94395; }

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

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

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

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

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

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

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

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