#BA5489

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

Shades of Mulberry #BA5489

Tints of Mulberry #BA5489

Color information

#BA5489 (or 0xBA5489) is unknown color: approx Mulberry. HEX triplet: BA, 54 and 89. RGB value is (186,84,137). Sum of RGB (Red+Green+Blue) = 186+84+137=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 84 (33.20% from 255 or 20.64% from 407); Blue value is 137 (53.91% from 255 or 33.66% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5489 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5489 is #45AB76. Grayscale: #787878. Windows color (decimal): -4565879 or 9000122. OLE color: 9000122.

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

Color convert

RGB18684137-
CMYK00.550.260.27
HSL328.82º42.5%52.94%-
HSV(B)328.82º54.84%72.94%-
XYZ27.9418.5925.78-
YUV120.54137.29174.69-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.70%
GREEN value IS 84 (33.20% from 255) = 20.64%
BLUE value IS 137 (53.91% from 255) = 33.66%
R=45.70%
G=20.64%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868413700.550.260.27328.8242.552.94
HexBA54890371A1B1492a35
Octal27212421106732335115265
Binary1011101010101001000100101101111101011011101001001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5489; }

 p { color: rgb(186,84,137); }

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

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

 a { background-color: rgb(186,84,137); }

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

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

 span { border-color: rgb(186,84,137); }

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