#BA5686

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

Shades of Mulberry #BA5686

Tints of Mulberry #BA5686

Color information

#BA5686 (or 0xBA5686) is unknown color: approx Mulberry. HEX triplet: BA, 56 and 86. RGB value is (186,86,134). Sum of RGB (Red+Green+Blue) = 186+86+134=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 86 (33.98% from 255 or 21.18% from 406); Blue value is 134 (52.73% from 255 or 33.00% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5686 is #45A979. Grayscale: #797979. Windows color (decimal): -4565370 or 8804026. OLE color: 8804026.

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

Color convert

RGB18686134-
CMYK00.540.280.27
HSL331.2º42.02%53.33%-
HSV(B)331.2º53.76%72.94%-
XYZ27.8818.8224.72-
YUV121.37135.13174.1-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.81%
GREEN value IS 86 (33.98% from 255) = 21.18%
BLUE value IS 134 (52.73% from 255) = 33.00%
R=45.81%
G=21.18%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868613400.540.280.27331.242.0253.33
HexBA56860361C1B14b2a35
Octal27212620606634335135265
Binary1011101010101101000011001101101110011011101001011101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5686; }

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

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

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

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

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

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

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

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