#B9549C

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

Shades of Mulberry #B9549C

Tints of Mulberry #B9549C

Color information

#B9549C (or 0xB9549C) is unknown color: approx Mulberry. HEX triplet: B9, 54 and 9C. RGB value is (185,84,156). Sum of RGB (Red+Green+Blue) = 185+84+156=425 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.53% from 425); Green value is 84 (33.20% from 255 or 19.76% from 425); Blue value is 156 (61.33% from 255 or 36.71% from 425); Max value from RGB is 185 - color contains mainly: red. Hex color #B9549C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9549C is #46AB63. Grayscale: #7A7A7A. Windows color (decimal): -4631396 or 10245305. OLE color: 10245305.

HSL color Cylindrical-coordinate representation of color #B9549C: hue angle of 317.23º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B9549C is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB18584156-
CMYK00.550.160.27
HSL317.23º41.91%52.75%-
HSV(B)317.23º54.59%72.55%-
XYZ29.1819.0633.59-
YUV122.41146.96172.65-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.53%
GREEN value IS 84 (33.20% from 255) = 19.76%
BLUE value IS 156 (61.33% from 255) = 36.71%
R=43.53%
G=19.76%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858415600.550.160.27317.2341.9152.75
HexB9549C037101B13d2a35
Octal27112423406720334755265
Binary1011100110101001001110001101111000011011100111101101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9549C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9549C; }

 p { color: rgb(185,84,156); }

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

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

 a { background-color: rgb(185,84,156); }

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

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

 span { border-color: rgb(185,84,156); }

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