#BA5687

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

Shades of Mulberry #BA5687

Tints of Mulberry #BA5687

Color information

#BA5687 (or 0xBA5687) is unknown color: approx Mulberry. HEX triplet: BA, 56 and 87. RGB value is (186,86,135). Sum of RGB (Red+Green+Blue) = 186+86+135=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 86 (33.98% from 255 or 21.13% from 407); Blue value is 135 (53.12% from 255 or 33.17% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5687 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5687 is #45A978. Grayscale: #797979. Windows color (decimal): -4565369 or 8869562. OLE color: 8869562.

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

Color convert

RGB18686135-
CMYK00.540.270.27
HSL330.6º42.02%53.33%-
HSV(B)330.6º53.76%72.94%-
XYZ27.9518.8425.09-
YUV121.49135.63174.02-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.70%
GREEN value IS 86 (33.98% from 255) = 21.13%
BLUE value IS 135 (53.12% from 255) = 33.17%
R=45.70%
G=21.13%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868613500.540.270.27330.642.0253.33
HexBA56870361B1B14b2a35
Octal27212620706633335135265
Binary1011101010101101000011101101101101111011101001011101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5687; }

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

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

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

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

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

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

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

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