#BA588A

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

Shades of Mulberry #BA588A

Tints of Mulberry #BA588A

Color information

#BA588A (or 0xBA588A) is unknown color: approx Mulberry. HEX triplet: BA, 58 and 8A. RGB value is (186,88,138). Sum of RGB (Red+Green+Blue) = 186+88+138=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 88 (34.77% from 255 or 21.36% from 412); Blue value is 138 (54.30% from 255 or 33.50% from 412); Max value from RGB is 186 - color contains mainly: red. Hex color #BA588A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA588A is #45A775. Grayscale: #7A7A7A. Windows color (decimal): -4564854 or 9066682. OLE color: 9066682.

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

Color convert

RGB18688138-
CMYK00.530.260.27
HSL329.39º41.53%53.73%-
HSV(B)329.39º52.69%72.94%-
XYZ28.3319.2526.27-
YUV123136.47172.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.15%
GREEN value IS 88 (34.77% from 255) = 21.36%
BLUE value IS 138 (54.30% from 255) = 33.50%
R=45.15%
G=21.36%
B=33.50%

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
Decimal1868813800.530.260.27329.3941.5353.73
HexBA588A0351A1B1492a36
Octal27213021206532335115266
Binary1011101010110001000101001101011101011011101001001101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA588A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA588A; }

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

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

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

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

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

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

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

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