#BA4886

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

Shades of Mulberry #BA4886

Tints of Mulberry #BA4886

Color information

#BA4886 (or 0xBA4886) is unknown color: approx Mulberry. HEX triplet: BA, 48 and 86. RGB value is (186,72,134). Sum of RGB (Red+Green+Blue) = 186+72+134=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 72 (28.52% from 255 or 18.37% from 392); Blue value is 134 (52.73% from 255 or 34.18% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4886 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4886 is #45B779. Grayscale: #717171. Windows color (decimal): -4568954 or 8800442. OLE color: 8800442.

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

Color convert

RGB18672134-
CMYK00.610.280.27
HSL327.37º45.24%50.59%-
HSV(B)327.37º61.29%72.94%-
XYZ26.8716.824.38-
YUV113.15139.77179.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.45%
GREEN value IS 72 (28.52% from 255) = 18.37%
BLUE value IS 134 (52.73% from 255) = 34.18%
R=47.45%
G=18.37%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867213400.610.280.27327.3745.2450.59
HexBA488603D1C1B1472d33
Octal27211020607534335075563
Binary1011101010010001000011001111011110011011101000111101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4886; }

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

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

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

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

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

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

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

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