#BA4387

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

Shades of Mulberry #BA4387

Tints of Mulberry #BA4387

Color information

#BA4387 (or 0xBA4387) is unknown color: approx Mulberry. HEX triplet: BA, 43 and 87. RGB value is (186,67,135). Sum of RGB (Red+Green+Blue) = 186+67+135=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 67 (26.56% from 255 or 17.27% from 388); Blue value is 135 (53.12% from 255 or 34.79% from 388); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4387 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4387 is #45BC78. Grayscale: #6E6E6E. Windows color (decimal): -4570233 or 8864698. OLE color: 8864698.

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

Color convert

RGB18667135-
CMYK00.640.270.27
HSL325.71º47.04%49.61%-
HSV(B)325.71º63.98%72.94%-
XYZ26.6316.224.65-
YUV110.33141.92181.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.94%
GREEN value IS 67 (26.56% from 255) = 17.27%
BLUE value IS 135 (53.12% from 255) = 34.79%
R=47.94%
G=17.27%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866713500.640.270.27325.7147.0449.61
HexBA43870401B1B1462f32
Octal272103207010033335065762
Binary10111010100001110000111010000001101111011101000110101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4387; }

 p { color: rgb(186,67,135); }

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

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

 a { background-color: rgb(186,67,135); }

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

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

 span { border-color: rgb(186,67,135); }

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