#BA5486

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

Shades of Mulberry #BA5486

Tints of Mulberry #BA5486

Color information

#BA5486 (or 0xBA5486) is unknown color: approx Mulberry. HEX triplet: BA, 54 and 86. RGB value is (186,84,134). Sum of RGB (Red+Green+Blue) = 186+84+134=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 84 (33.20% from 255 or 20.79% from 404); Blue value is 134 (52.73% from 255 or 33.17% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5486 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5486 is #45AB79. Grayscale: #787878. Windows color (decimal): -4565882 or 8803514. OLE color: 8803514.

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

Color convert

RGB18684134-
CMYK00.550.280.27
HSL330.59º42.5%52.94%-
HSV(B)330.59º54.84%72.94%-
XYZ27.7218.524.66-
YUV120.2135.79174.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.04%
GREEN value IS 84 (33.20% from 255) = 20.79%
BLUE value IS 134 (52.73% from 255) = 33.17%
R=46.04%
G=20.79%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868413400.550.280.27330.5942.552.94
HexBA54860371C1B14b2a35
Octal27212420606734335135265
Binary1011101010101001000011001101111110011011101001011101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5486; }

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

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

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

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

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

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

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

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