#BA5585

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

Shades of Mulberry #BA5585

Tints of Mulberry #BA5585

Color information

#BA5585 (or 0xBA5585) is unknown color: approx Mulberry. HEX triplet: BA, 55 and 85. RGB value is (186,85,133). Sum of RGB (Red+Green+Blue) = 186+85+133=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 85 (33.59% from 255 or 21.04% from 404); Blue value is 133 (52.34% from 255 or 32.92% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5585 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5585 is #45AA7A. Grayscale: #787878. Windows color (decimal): -4565627 or 8738234. OLE color: 8738234.

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

Color convert

RGB18685133-
CMYK00.540.280.27
HSL331.49º42.26%53.14%-
HSV(B)331.49º54.3%72.94%-
XYZ27.7318.6324.32-
YUV120.67134.96174.6-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.04%
GREEN value IS 85 (33.59% from 255) = 21.04%
BLUE value IS 133 (52.34% from 255) = 32.92%
R=46.04%
G=21.04%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868513300.540.280.27331.4942.2653.14
HexBA55850361C1B14b2a35
Octal27212520506634335135265
Binary1011101010101011000010101101101110011011101001011101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5585; }

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

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

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

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

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

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

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

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