#BA4889

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

Shades of Mulberry #BA4889

Tints of Mulberry #BA4889

Color information

#BA4889 (or 0xBA4889) is unknown color: approx Mulberry. HEX triplet: BA, 48 and 89. RGB value is (186,72,137). Sum of RGB (Red+Green+Blue) = 186+72+137=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 72 (28.52% from 255 or 18.23% from 395); Blue value is 137 (53.91% from 255 or 34.68% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4889 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4889 is #45B776. Grayscale: #717171. Windows color (decimal): -4568951 or 8997050. OLE color: 8997050.

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

Color convert

RGB18672137-
CMYK00.610.260.27
HSL325.79º45.24%50.59%-
HSV(B)325.79º61.29%72.94%-
XYZ27.0816.8825.5-
YUV113.5141.27179.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.09%
GREEN value IS 72 (28.52% from 255) = 18.23%
BLUE value IS 137 (53.91% from 255) = 34.68%
R=47.09%
G=18.23%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867213700.610.260.27325.7945.2450.59
HexBA488903D1A1B1462d33
Octal27211021107532335065563
Binary1011101010010001000100101111011101011011101000110101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4889; }

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

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

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

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

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

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

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

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