#BA5986

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

Shades of Mulberry #BA5986

Tints of Mulberry #BA5986

Color information

#BA5986 (or 0xBA5986) is unknown color: approx Mulberry. HEX triplet: BA, 59 and 86. RGB value is (186,89,134). Sum of RGB (Red+Green+Blue) = 186+89+134=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 89 (35.16% from 255 or 21.76% from 409); Blue value is 134 (52.73% from 255 or 32.76% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5986 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5986 is #45A679. Grayscale: #7B7B7B. Windows color (decimal): -4564602 or 8804794. OLE color: 8804794.

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

Color convert

RGB18689134-
CMYK00.520.280.27
HSL332.16º41.28%53.92%-
HSV(B)332.16º52.15%72.94%-
XYZ28.1319.3124.8-
YUV123.13134.14172.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.48%
GREEN value IS 89 (35.16% from 255) = 21.76%
BLUE value IS 134 (52.73% from 255) = 32.76%
R=45.48%
G=21.76%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868913400.520.280.27332.1641.2853.92
HexBA59860341C1B14c2936
Octal27213120606434335145166
Binary1011101010110011000011001101001110011011101001100101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5986; }

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

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

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

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

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

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

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

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