#BA49A2

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

Shades of Mulberry #BA49A2

Tints of Mulberry #BA49A2

Color information

#BA49A2 (or 0xBA49A2) is unknown color: approx Mulberry. HEX triplet: BA, 49 and A2. RGB value is (186,73,162). Sum of RGB (Red+Green+Blue) = 186+73+162=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 73 (28.91% from 255 or 17.34% from 421); Blue value is 162 (63.67% from 255 or 38.48% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BA49A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA49A2 is #45B65D. Grayscale: #747474. Windows color (decimal): -4568670 or 10635706. OLE color: 10635706.

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

Color convert

RGB18673162-
CMYK00.610.130.27
HSL312.74º45.02%50.78%-
HSV(B)312.74º60.75%72.94%-
XYZ29.1517.8136.08-
YUV116.93153.44177.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.18%
GREEN value IS 73 (28.91% from 255) = 17.34%
BLUE value IS 162 (63.67% from 255) = 38.48%
R=44.18%
G=17.34%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867316200.610.130.27312.7445.0250.78
HexBA49A203DD1B1392d33
Octal27211124207515334715563
Binary101110101001001101000100111101110111011100111001101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA49A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA49A2; }

 p { color: rgb(186,73,162); }

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

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

 a { background-color: rgb(186,73,162); }

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

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

 span { border-color: rgb(186,73,162); }

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