#BA4990

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

Shades of Mulberry #BA4990

Tints of Mulberry #BA4990

Color information

#BA4990 (or 0xBA4990) is unknown color: approx Mulberry. HEX triplet: BA, 49 and 90. RGB value is (186,73,144). Sum of RGB (Red+Green+Blue) = 186+73+144=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 73 (28.91% from 255 or 18.11% from 403); Blue value is 144 (56.64% from 255 or 35.73% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4990 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4990 is #45B66F. Grayscale: #727272. Windows color (decimal): -4568688 or 9456058. OLE color: 9456058.

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

Color convert

RGB18673144-
CMYK00.610.230.27
HSL322.3º45.02%50.78%-
HSV(B)322.3º60.75%72.94%-
XYZ27.6717.2228.25-
YUV114.88144.44178.73-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.15%
GREEN value IS 73 (28.91% from 255) = 18.11%
BLUE value IS 144 (56.64% from 255) = 35.73%
R=46.15%
G=18.11%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867314400.610.230.27322.345.0250.78
HexBA499003D171B1422d33
Octal27211122007527335025563
Binary1011101010010011001000001111011011111011101000010101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4990; }

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

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

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

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

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

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

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

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