#BA578A

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

Shades of Mulberry #BA578A

Tints of Mulberry #BA578A

Color information

#BA578A (or 0xBA578A) is unknown color: approx Mulberry. HEX triplet: BA, 57 and 8A. RGB value is (186,87,138). Sum of RGB (Red+Green+Blue) = 186+87+138=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 87 (34.38% from 255 or 21.17% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BA578A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA578A is #45A875. Grayscale: #7A7A7A. Windows color (decimal): -4565110 or 9066426. OLE color: 9066426.

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

Color convert

RGB18687138-
CMYK00.530.260.27
HSL329.09º41.77%53.53%-
HSV(B)329.09º53.23%72.94%-
XYZ28.2519.0926.24-
YUV122.42136.8173.35-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.26%
GREEN value IS 87 (34.38% from 255) = 21.17%
BLUE value IS 138 (54.30% from 255) = 33.58%
R=45.26%
G=21.17%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868713800.530.260.27329.0941.7753.53
HexBA578A0351A1B1492a36
Octal27212721206532335115266
Binary1011101010101111000101001101011101011011101001001101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA578A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA578A; }

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

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

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

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

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

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

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

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