#B9519C

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

Shades of Mulberry #B9519C

Tints of Mulberry #B9519C

Color information

#B9519C (or 0xB9519C) is unknown color: approx Mulberry. HEX triplet: B9, 51 and 9C. RGB value is (185,81,156). Sum of RGB (Red+Green+Blue) = 185+81+156=422 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.84% from 422); Green value is 81 (32.03% from 255 or 19.19% from 422); Blue value is 156 (61.33% from 255 or 36.97% from 422); Max value from RGB is 185 - color contains mainly: red. Hex color #B9519C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9519C is #46AE63. Grayscale: #787878. Windows color (decimal): -4632164 or 10244537. OLE color: 10244537.

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

Color convert

RGB18581156-
CMYK00.560.160.27
HSL316.73º42.62%52.16%-
HSV(B)316.73º56.22%72.55%-
XYZ28.9518.633.52-
YUV120.65147.96173.9-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.84%
GREEN value IS 81 (32.03% from 255) = 19.19%
BLUE value IS 156 (61.33% from 255) = 36.97%
R=43.84%
G=19.19%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858115600.560.160.27316.7342.6252.16
HexB9519C038101B13d2b34
Octal27112123407020334755364
Binary1011100110100011001110001110001000011011100111101101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9519C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9519C; }

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

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

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

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

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

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

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

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