#BA5590

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

Shades of Mulberry #BA5590

Tints of Mulberry #BA5590

Color information

#BA5590 (or 0xBA5590) is unknown color: approx Mulberry. HEX triplet: BA, 55 and 90. RGB value is (186,85,144). Sum of RGB (Red+Green+Blue) = 186+85+144=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 85 (33.59% from 255 or 20.48% from 415); Blue value is 144 (56.64% from 255 or 34.70% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5590 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5590 is #45AA6F. Grayscale: #797979. Windows color (decimal): -4565616 or 9459130. OLE color: 9459130.

HSL color Cylindrical-coordinate representation of color #BA5590: hue angle of 324.95º degrees, saturation: 0.42, 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 #BA5590 is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB18685144-
CMYK00.540.230.27
HSL324.95º42.26%53.14%-
HSV(B)324.95º54.3%72.94%-
XYZ28.5318.9528.54-
YUV121.92140.46173.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.82%
GREEN value IS 85 (33.59% from 255) = 20.48%
BLUE value IS 144 (56.64% from 255) = 34.70%
R=44.82%
G=20.48%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868514400.540.230.27324.9542.2653.14
HexBA5590036171B1452a35
Octal27212522006627335055265
Binary1011101010101011001000001101101011111011101000101101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5590; }

 p { color: rgb(186,85,144); }

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

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

 a { background-color: rgb(186,85,144); }

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

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

 span { border-color: rgb(186,85,144); }

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