#BA528A

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

Shades of Mulberry #BA528A

Tints of Mulberry #BA528A

Color information

#BA528A (or 0xBA528A) is unknown color: approx Mulberry. HEX triplet: BA, 52 and 8A. RGB value is (186,82,138). Sum of RGB (Red+Green+Blue) = 186+82+138=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 82 (32.42% from 255 or 20.20% from 406); Blue value is 138 (54.30% from 255 or 33.99% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BA528A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA528A is #45AD75. Grayscale: #777777. Windows color (decimal): -4566390 or 9065146. OLE color: 9065146.

HSL color Cylindrical-coordinate representation of color #BA528A: hue angle of 327.69º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA528A is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB18682138-
CMYK00.560.260.27
HSL327.69º42.98%52.55%-
HSV(B)327.69º55.91%72.94%-
XYZ27.8518.3126.11-
YUV119.48138.46175.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.81%
GREEN value IS 82 (32.42% from 255) = 20.20%
BLUE value IS 138 (54.30% from 255) = 33.99%
R=45.81%
G=20.20%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868213800.560.260.27327.6942.9852.55
HexBA528A0381A1B1482b35
Octal27212221207032335105365
Binary1011101010100101000101001110001101011011101001000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA528A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA528A; }

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

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

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

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

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

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

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

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