#BA5987

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

Shades of Mulberry #BA5987

Tints of Mulberry #BA5987

Color information

#BA5987 (or 0xBA5987) is unknown color: approx Mulberry. HEX triplet: BA, 59 and 87. RGB value is (186,89,135). Sum of RGB (Red+Green+Blue) = 186+89+135=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 89 (35.16% from 255 or 21.71% from 410); Blue value is 135 (53.12% from 255 or 32.93% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5987 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5987 is #45A678. Grayscale: #7B7B7B. Windows color (decimal): -4564601 or 8870330. OLE color: 8870330.

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

Color convert

RGB18689135-
CMYK00.520.270.27
HSL331.55º41.28%53.92%-
HSV(B)331.55º52.15%72.94%-
XYZ28.219.3325.17-
YUV123.25134.64172.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.37%
GREEN value IS 89 (35.16% from 255) = 21.71%
BLUE value IS 135 (53.12% from 255) = 32.93%
R=45.37%
G=21.71%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868913500.520.270.27331.5541.2853.92
HexBA59870341B1B14c2936
Octal27213120706433335145166
Binary1011101010110011000011101101001101111011101001100101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5987; }

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

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

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

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

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

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

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

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