#B9569A

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

Shades of Mulberry #B9569A

Tints of Mulberry #B9569A

Color information

#B9569A (or 0xB9569A) is unknown color: approx Mulberry. HEX triplet: B9, 56 and 9A. RGB value is (185,86,154). Sum of RGB (Red+Green+Blue) = 185+86+154=425 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.53% from 425); Green value is 86 (33.98% from 255 or 20.24% from 425); Blue value is 154 (60.55% from 255 or 36.24% from 425); Max value from RGB is 185 - color contains mainly: red. Hex color #B9569A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9569A is #46A965. Grayscale: #7B7B7B. Windows color (decimal): -4630886 or 10114745. OLE color: 10114745.

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

Color convert

RGB18586154-
CMYK00.540.170.27
HSL318.79º41.42%53.14%-
HSV(B)318.79º53.51%72.55%-
XYZ29.1719.332.76-
YUV123.35145.3171.97-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.53%
GREEN value IS 86 (33.98% from 255) = 20.24%
BLUE value IS 154 (60.55% from 255) = 36.24%
R=43.53%
G=20.24%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858615400.540.170.27318.7941.4253.14
HexB9569A036111B13f2935
Octal27112623206621334775165
Binary1011100110101101001101001101101000111011100111111101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9569A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9569A; }

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

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

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

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

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

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

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

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