#BA5985

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

Shades of Mulberry #BA5985

Tints of Mulberry #BA5985

Color information

#BA5985 (or 0xBA5985) is unknown color: approx Mulberry. HEX triplet: BA, 59 and 85. RGB value is (186,89,133). Sum of RGB (Red+Green+Blue) = 186+89+133=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 89 (35.16% from 255 or 21.81% from 408); Blue value is 133 (52.34% from 255 or 32.60% from 408); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5985 is #45A67A. Grayscale: #7A7A7A. Windows color (decimal): -4564603 or 8739258. OLE color: 8739258.

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

Color convert

RGB18689133-
CMYK00.520.280.27
HSL332.78º41.28%53.92%-
HSV(B)332.78º52.15%72.94%-
XYZ28.0619.2824.43-
YUV123.02133.64172.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.59%
GREEN value IS 89 (35.16% from 255) = 21.81%
BLUE value IS 133 (52.34% from 255) = 32.60%
R=45.59%
G=21.81%
B=32.60%

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
Decimal1868913300.520.280.27332.7841.2853.92
HexBA59850341C1B14d2936
Octal27213120506434335155166
Binary1011101010110011000010101101001110011011101001101101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5985; }

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

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

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

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

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

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

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

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