#BA5186

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

Shades of Mulberry #BA5186

Tints of Mulberry #BA5186

Color information

#BA5186 (or 0xBA5186) is unknown color: approx Mulberry. HEX triplet: BA, 51 and 86. RGB value is (186,81,134). Sum of RGB (Red+Green+Blue) = 186+81+134=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 81 (32.03% from 255 or 20.20% from 401); Blue value is 134 (52.73% from 255 or 33.42% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5186 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5186 is #45AE79. Grayscale: #767676. Windows color (decimal): -4566650 or 8802746. OLE color: 8802746.

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

Color convert

RGB18681134-
CMYK00.560.280.27
HSL329.71º43.21%52.35%-
HSV(B)329.71º56.45%72.94%-
XYZ27.518.0524.59-
YUV118.44136.79176.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.38%
GREEN value IS 81 (32.03% from 255) = 20.20%
BLUE value IS 134 (52.73% from 255) = 33.42%
R=46.38%
G=20.20%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868113400.560.280.27329.7143.2152.35
HexBA51860381C1B14a2b34
Octal27212120607034335125364
Binary1011101010100011000011001110001110011011101001010101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5186; }

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

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

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

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

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

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

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

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