#BA549C

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

Shades of Mulberry #BA549C

Tints of Mulberry #BA549C

Color information

#BA549C (or 0xBA549C) is unknown color: approx Mulberry. HEX triplet: BA, 54 and 9C. RGB value is (186,84,156). Sum of RGB (Red+Green+Blue) = 186+84+156=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 84 (33.20% from 255 or 19.72% from 426); Blue value is 156 (61.33% from 255 or 36.62% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BA549C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA549C is #45AB63. Grayscale: #7A7A7A. Windows color (decimal): -4565860 or 10245306. OLE color: 10245306.

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

Color convert

RGB18684156-
CMYK00.550.160.27
HSL317.65º42.5%52.94%-
HSV(B)317.65º54.84%72.94%-
XYZ29.4219.1833.6-
YUV122.71146.79173.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.66%
GREEN value IS 84 (33.20% from 255) = 19.72%
BLUE value IS 156 (61.33% from 255) = 36.62%
R=43.66%
G=19.72%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868415600.550.160.27317.6542.552.94
HexBA549C037101B13e2a35
Octal27212423406720334765265
Binary1011101010101001001110001101111000011011100111110101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA549C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA549C; }

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

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

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

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

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

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

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

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