#BA4480

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

Shades of Mulberry #BA4480

Tints of Mulberry #BA4480

Color information

#BA4480 (or 0xBA4480) is unknown color: approx Mulberry. HEX triplet: BA, 44 and 80. RGB value is (186,68,128). Sum of RGB (Red+Green+Blue) = 186+68+128=382 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.69% from 382); Green value is 68 (26.95% from 255 or 17.80% from 382); Blue value is 128 (50.39% from 255 or 33.51% from 382); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4480 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4480 is #45BB7F. Grayscale: #6D6D6D. Windows color (decimal): -4569984 or 8406202. OLE color: 8406202.

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

Color convert

RGB18668128-
CMYK00.630.310.27
HSL329.49º46.46%49.8%-
HSV(B)329.49º63.44%72.94%-
XYZ26.2116.1322.15-
YUV110.12138.09182.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.69%
GREEN value IS 68 (26.95% from 255) = 17.80%
BLUE value IS 128 (50.39% from 255) = 33.51%
R=48.69%
G=17.80%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866812800.630.310.27329.4946.4649.8
HexBA448003F1F1B1492e32
Octal27210420007737335115662
Binary1011101010001001000000001111111111111011101001001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4480; }

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

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

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

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

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

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

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

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