#BA4484

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

Shades of Mulberry #BA4484

Tints of Mulberry #BA4484

Color information

#BA4484 (or 0xBA4484) is unknown color: approx Mulberry. HEX triplet: BA, 44 and 84. RGB value is (186,68,132). Sum of RGB (Red+Green+Blue) = 186+68+132=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 68 (26.95% from 255 or 17.62% from 386); Blue value is 132 (51.95% from 255 or 34.20% from 386); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4484 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4484 is #45BB7B. Grayscale: #6E6E6E. Windows color (decimal): -4569980 or 8668346. OLE color: 8668346.

HSL color Cylindrical-coordinate representation of color #BA4484: hue angle of 327.46º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA4484 is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB18668132-
CMYK00.630.290.27
HSL327.46º46.46%49.8%-
HSV(B)327.46º63.44%72.94%-
XYZ26.4816.2423.57-
YUV110.58140.09181.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.19%
GREEN value IS 68 (26.95% from 255) = 17.62%
BLUE value IS 132 (51.95% from 255) = 34.20%
R=48.19%
G=17.62%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866813200.630.290.27327.4646.4649.8
HexBA448403F1D1B1472e32
Octal27210420407735335075662
Binary1011101010001001000010001111111110111011101000111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4484; }

 p { color: rgb(186,68,132); }

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

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

 a { background-color: rgb(186,68,132); }

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

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

 span { border-color: rgb(186,68,132); }

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