#BA548F

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

Shades of Mulberry #BA548F

Tints of Mulberry #BA548F

Color information

#BA548F (or 0xBA548F) is unknown color: approx Mulberry. HEX triplet: BA, 54 and 8F. RGB value is (186,84,143). Sum of RGB (Red+Green+Blue) = 186+84+143=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 84 (33.20% from 255 or 20.34% from 413); Blue value is 143 (56.25% from 255 or 34.62% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BA548F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA548F is #45AB70. Grayscale: #797979. Windows color (decimal): -4565873 or 9393338. OLE color: 9393338.

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

Color convert

RGB18684143-
CMYK00.550.230.27
HSL325.29º42.5%52.94%-
HSV(B)325.29º54.84%72.94%-
XYZ28.3818.7628.11-
YUV121.22140.29174.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.04%
GREEN value IS 84 (33.20% from 255) = 20.34%
BLUE value IS 143 (56.25% from 255) = 34.62%
R=45.04%
G=20.34%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868414300.550.230.27325.2942.552.94
HexBA548F037171B1452a35
Octal27212421706727335055265
Binary1011101010101001000111101101111011111011101000101101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA548F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA548F; }

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

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

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

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

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

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

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

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