#BA529C

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

Shades of Mulberry #BA529C

Tints of Mulberry #BA529C

Color information

#BA529C (or 0xBA529C) is unknown color: approx Mulberry. HEX triplet: BA, 52 and 9C. RGB value is (186,82,156). Sum of RGB (Red+Green+Blue) = 186+82+156=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 82 (32.42% from 255 or 19.34% from 424); Blue value is 156 (61.33% from 255 or 36.79% from 424); Max value from RGB is 186 - color contains mainly: red. Hex color #BA529C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA529C is #45AD63. Grayscale: #797979. Windows color (decimal): -4566372 or 10244794. OLE color: 10244794.

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

Color convert

RGB18682156-
CMYK00.560.160.27
HSL317.31º42.98%52.55%-
HSV(B)317.31º55.91%72.94%-
XYZ29.2718.8733.55-
YUV121.53147.46173.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.87%
GREEN value IS 82 (32.42% from 255) = 19.34%
BLUE value IS 156 (61.33% from 255) = 36.79%
R=43.87%
G=19.34%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868215600.560.160.27317.3142.9852.55
HexBA529C038101B13d2b35
Octal27212223407020334755365
Binary1011101010100101001110001110001000011011100111101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA529C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA529C; }

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

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

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

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

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

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

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

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