#BA4E87

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

Shades of Mulberry #BA4E87

Tints of Mulberry #BA4E87

Color information

#BA4E87 (or 0xBA4E87) is unknown color: approx Mulberry. HEX triplet: BA, 4E and 87. RGB value is (186,78,135). Sum of RGB (Red+Green+Blue) = 186+78+135=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 78 (30.86% from 255 or 19.55% from 399); Blue value is 135 (53.12% from 255 or 33.83% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA4E87 is #45B178. Grayscale: #747474. Windows color (decimal): -4567417 or 8867514. OLE color: 8867514.

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

Color convert

RGB18678135-
CMYK00.580.270.27
HSL328.33º43.9%51.76%-
HSV(B)328.33º58.06%72.94%-
XYZ27.3517.6424.88-
YUV116.79138.28177.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.62%
GREEN value IS 78 (30.86% from 255) = 19.55%
BLUE value IS 135 (53.12% from 255) = 33.83%
R=46.62%
G=19.55%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867813500.580.270.27328.3343.951.76
HexBA4E8703A1B1B1482c34
Octal27211620707233335105464
Binary1011101010011101000011101110101101111011101001000101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4E87; }

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

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

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

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

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

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

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

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