#B9519A

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

Shades of Mulberry #B9519A

Tints of Mulberry #B9519A

Color information

#B9519A (or 0xB9519A) is unknown color: approx Mulberry. HEX triplet: B9, 51 and 9A. RGB value is (185,81,154). Sum of RGB (Red+Green+Blue) = 185+81+154=420 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.05% from 420); Green value is 81 (32.03% from 255 or 19.29% from 420); Blue value is 154 (60.55% from 255 or 36.67% from 420); Max value from RGB is 185 - color contains mainly: red. Hex color #B9519A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9519A is #46AE65. Grayscale: #787878. Windows color (decimal): -4632166 or 10113465. OLE color: 10113465.

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

Color convert

RGB18581154-
CMYK00.560.170.27
HSL317.88º42.62%52.16%-
HSV(B)317.88º56.22%72.55%-
XYZ28.7818.5332.63-
YUV120.42146.96174.06-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.05%
GREEN value IS 81 (32.03% from 255) = 19.29%
BLUE value IS 154 (60.55% from 255) = 36.67%
R=44.05%
G=19.29%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858115400.560.170.27317.8842.6252.16
HexB9519A038111B13e2b34
Octal27112123207021334765364
Binary1011100110100011001101001110001000111011100111110101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9519A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9519A; }

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

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

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

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

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

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

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

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