#BA4891

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

Shades of Mulberry #BA4891

Tints of Mulberry #BA4891

Color information

#BA4891 (or 0xBA4891) is unknown color: approx Mulberry. HEX triplet: BA, 48 and 91. RGB value is (186,72,145). Sum of RGB (Red+Green+Blue) = 186+72+145=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 72 (28.52% from 255 or 17.87% from 403); Blue value is 145 (57.03% from 255 or 35.98% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4891 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4891 is #45B76E. Grayscale: #727272. Windows color (decimal): -4568943 or 9521338. OLE color: 9521338.

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

Color convert

RGB18672145-
CMYK00.610.220.27
HSL321.58º45.24%50.59%-
HSV(B)321.58º61.29%72.94%-
XYZ27.6817.1228.63-
YUV114.41145.27179.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.15%
GREEN value IS 72 (28.52% from 255) = 17.87%
BLUE value IS 145 (57.03% from 255) = 35.98%
R=46.15%
G=17.87%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867214500.610.220.27321.5845.2450.59
HexBA489103D161B1422d33
Octal27211022107526335025563
Binary1011101010010001001000101111011011011011101000010101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4891; }

 p { color: rgb(186,72,145); }

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

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

 a { background-color: rgb(186,72,145); }

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

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

 span { border-color: rgb(186,72,145); }

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