#B9449C

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

Shades of Mulberry #B9449C

Tints of Mulberry #B9449C

Color information

#B9449C (or 0xB9449C) is unknown color: approx Mulberry. HEX triplet: B9, 44 and 9C. RGB value is (185,68,156). Sum of RGB (Red+Green+Blue) = 185+68+156=409 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.23% from 409); Green value is 68 (26.95% from 255 or 16.63% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 185 - color contains mainly: red. Hex color #B9449C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9449C is #46BB63. Grayscale: #707070. Windows color (decimal): -4635492 or 10241209. OLE color: 10241209.

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

Color convert

RGB18568156-
CMYK00.630.160.27
HSL314.87º46.25%49.61%-
HSV(B)314.87º63.24%72.55%-
XYZ28.0816.8533.22-
YUV113.01152.26179.34-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.23%
GREEN value IS 68 (26.95% from 255) = 16.63%
BLUE value IS 156 (61.33% from 255) = 38.14%
R=45.23%
G=16.63%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1856815600.630.160.27314.8746.2549.61
HexB9449C03F101B13b2e32
Octal27110423407720334735662
Binary1011100110001001001110001111111000011011100111011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9449C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9449C; }

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

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

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

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

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

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

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

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