#B9509A

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

Shades of Mulberry #B9509A

Tints of Mulberry #B9509A

Color information

#B9509A (or 0xB9509A) is unknown color: approx Mulberry. HEX triplet: B9, 50 and 9A. RGB value is (185,80,154). Sum of RGB (Red+Green+Blue) = 185+80+154=419 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.15% from 419); Green value is 80 (31.64% from 255 or 19.09% from 419); Blue value is 154 (60.55% from 255 or 36.75% from 419); Max value from RGB is 185 - color contains mainly: red. Hex color #B9509A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9509A is #46AF65. Grayscale: #777777. Windows color (decimal): -4632422 or 10113209. OLE color: 10113209.

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

Color convert

RGB18580154-
CMYK00.570.170.27
HSL317.71º42.86%51.96%-
HSV(B)317.71º56.76%72.55%-
XYZ28.7118.3832.61-
YUV119.83147.29174.48-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.15%
GREEN value IS 80 (31.64% from 255) = 19.09%
BLUE value IS 154 (60.55% from 255) = 36.75%
R=44.15%
G=19.09%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858015400.570.170.27317.7142.8651.96
HexB9509A039111B13e2b34
Octal27112023207121334765364
Binary1011100110100001001101001110011000111011100111110101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9509A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9509A; }

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

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

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

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

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

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

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

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