#BA5785

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

Shades of Mulberry #BA5785

Tints of Mulberry #BA5785

Color information

#BA5785 (or 0xBA5785) is unknown color: approx Mulberry. HEX triplet: BA, 57 and 85. RGB value is (186,87,133). Sum of RGB (Red+Green+Blue) = 186+87+133=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 87 (34.38% from 255 or 21.43% from 406); Blue value is 133 (52.34% from 255 or 32.76% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5785 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5785 is #45A87A. Grayscale: #797979. Windows color (decimal): -4565115 or 8738746. OLE color: 8738746.

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

Color convert

RGB18687133-
CMYK00.530.280.27
HSL332.12º41.77%53.53%-
HSV(B)332.12º53.23%72.94%-
XYZ27.8918.9524.38-
YUV121.84134.3173.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.81%
GREEN value IS 87 (34.38% from 255) = 21.43%
BLUE value IS 133 (52.34% from 255) = 32.76%
R=45.81%
G=21.43%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868713300.530.280.27332.1241.7753.53
HexBA57850351C1B14c2a36
Octal27212720506534335145266
Binary1011101010101111000010101101011110011011101001100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5785; }

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

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

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

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

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

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

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

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