#BA5591

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

Shades of Mulberry #BA5591

Tints of Mulberry #BA5591

Color information

#BA5591 (or 0xBA5591) is unknown color: approx Mulberry. HEX triplet: BA, 55 and 91. RGB value is (186,85,145). Sum of RGB (Red+Green+Blue) = 186+85+145=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 85 (33.59% from 255 or 20.43% from 416); Blue value is 145 (57.03% from 255 or 34.86% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5591 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5591 is #45AA6E. Grayscale: #797979. Windows color (decimal): -4565615 or 9524666. OLE color: 9524666.

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

Color convert

RGB18685145-
CMYK00.540.220.27
HSL324.36º42.26%53.14%-
HSV(B)324.36º54.3%72.94%-
XYZ28.6118.9828.94-
YUV122.04140.96173.62-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.71%
GREEN value IS 85 (33.59% from 255) = 20.43%
BLUE value IS 145 (57.03% from 255) = 34.86%
R=44.71%
G=20.43%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868514500.540.220.27324.3642.2653.14
HexBA5591036161B1442a35
Octal27212522106626335045265
Binary1011101010101011001000101101101011011011101000100101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5591; }

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

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

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

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

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

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

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

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