#BA60A1

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

Shades of Mulberry #BA60A1

Tints of Mulberry #BA60A1

Color information

#BA60A1 (or 0xBA60A1) is unknown color: approx Mulberry. HEX triplet: BA, 60 and A1. RGB value is (186,96,161). Sum of RGB (Red+Green+Blue) = 186+96+161=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 96 (37.89% from 255 or 21.67% from 443); Blue value is 161 (63.28% from 255 or 36.34% from 443); Max value from RGB is 186 - color contains mainly: red. Hex color #BA60A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA60A1 is #459F5E. Grayscale: #828282. Windows color (decimal): -4562783 or 10576058. OLE color: 10576058.

HSL color Cylindrical-coordinate representation of color #BA60A1: hue angle of 316.67º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA60A1 is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB18696161-
CMYK00.480.130.27
HSL316.67º39.47%55.29%-
HSV(B)316.67º48.39%72.94%-
XYZ30.8721.3836.22-
YUV130.32145.32167.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.99%
GREEN value IS 96 (37.89% from 255) = 21.67%
BLUE value IS 161 (63.28% from 255) = 36.34%
R=41.99%
G=21.67%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869616100.480.130.27316.6739.4755.29
HexBA60A1030D1B13d2737
Octal27214024106015334754767
Binary101110101100000101000010110000110111011100111101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA60A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA60A1; }

 p { color: rgb(186,96,161); }

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

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

 a { background-color: rgb(186,96,161); }

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

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

 span { border-color: rgb(186,96,161); }

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