#BA5791

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

Shades of Mulberry #BA5791

Tints of Mulberry #BA5791

Color information

#BA5791 (or 0xBA5791) is unknown color: approx Mulberry. HEX triplet: BA, 57 and 91. RGB value is (186,87,145). Sum of RGB (Red+Green+Blue) = 186+87+145=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 87 (34.38% from 255 or 20.81% from 418); Blue value is 145 (57.03% from 255 or 34.69% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5791 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5791 is #45A86E. Grayscale: #7B7B7B. Windows color (decimal): -4565103 or 9525178. OLE color: 9525178.

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

Color convert

RGB18687145-
CMYK00.530.220.27
HSL324.85º41.77%53.53%-
HSV(B)324.85º53.23%72.94%-
XYZ28.7719.329-
YUV123.21140.3172.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.50%
GREEN value IS 87 (34.38% from 255) = 20.81%
BLUE value IS 145 (57.03% from 255) = 34.69%
R=44.50%
G=20.81%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868714500.530.220.27324.8541.7753.53
HexBA5791035161B1452a36
Octal27212722106526335055266
Binary1011101010101111001000101101011011011011101000101101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5791; }

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

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

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

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

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

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

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

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