#BA5499

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

Shades of Mulberry #BA5499

Tints of Mulberry #BA5499

Color information

#BA5499 (or 0xBA5499) is unknown color: approx Mulberry. HEX triplet: BA, 54 and 99. RGB value is (186,84,153). Sum of RGB (Red+Green+Blue) = 186+84+153=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 84 (33.20% from 255 or 19.86% from 423); Blue value is 153 (60.16% from 255 or 36.17% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5499 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5499 is #45AB66. Grayscale: #7A7A7A. Windows color (decimal): -4565863 or 10048698. OLE color: 10048698.

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

Color convert

RGB18684153-
CMYK00.550.180.27
HSL319.41º42.5%52.94%-
HSV(B)319.41º54.84%72.94%-
XYZ29.1719.0832.28-
YUV122.36145.29173.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.97%
GREEN value IS 84 (33.20% from 255) = 19.86%
BLUE value IS 153 (60.16% from 255) = 36.17%
R=43.97%
G=19.86%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868415300.550.180.27319.4142.552.94
HexBA5499037121B13f2a35
Octal27212423106722334775265
Binary1011101010101001001100101101111001011011100111111101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5499; }

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

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

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

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

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

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

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

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