#BA5784

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

Shades of Mulberry #BA5784

Tints of Mulberry #BA5784

Color information

#BA5784 (or 0xBA5784) is unknown color: approx Mulberry. HEX triplet: BA, 57 and 84. RGB value is (186,87,132). Sum of RGB (Red+Green+Blue) = 186+87+132=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 87 (34.38% from 255 or 21.48% from 405); Blue value is 132 (51.95% from 255 or 32.59% from 405); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5784 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5784 is #45A87B. Grayscale: #797979. Windows color (decimal): -4565116 or 8673210. OLE color: 8673210.

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

Color convert

RGB18687132-
CMYK00.530.290.27
HSL332.73º41.77%53.53%-
HSV(B)332.73º53.23%72.94%-
XYZ27.8218.9224.02-
YUV121.73133.8173.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.93%
GREEN value IS 87 (34.38% from 255) = 21.48%
BLUE value IS 132 (51.95% from 255) = 32.59%
R=45.93%
G=21.48%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868713200.530.290.27332.7341.7753.53
HexBA57840351D1B14d2a36
Octal27212720406535335155266
Binary1011101010101111000010001101011110111011101001101101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5784; }

 p { color: rgb(186,87,132); }

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

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

 a { background-color: rgb(186,87,132); }

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

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

 span { border-color: rgb(186,87,132); }

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