#BA4594

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

Shades of Mulberry #BA4594

Tints of Mulberry #BA4594

Color information

#BA4594 (or 0xBA4594) is unknown color: approx Mulberry. HEX triplet: BA, 45 and 94. RGB value is (186,69,148). Sum of RGB (Red+Green+Blue) = 186+69+148=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 69 (27.34% from 255 or 17.12% from 403); Blue value is 148 (58.20% from 255 or 36.72% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4594 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4594 is #45BA6B. Grayscale: #707070. Windows color (decimal): -4569708 or 9717178. OLE color: 9717178.

HSL color Cylindrical-coordinate representation of color #BA4594: hue angle of 319.49º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA4594 is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB18669148-
CMYK00.630.200.27
HSL319.49º45.88%50%-
HSV(B)319.49º62.9%72.94%-
XYZ27.7216.8329.8-
YUV112.99147.76180.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.15%
GREEN value IS 69 (27.34% from 255) = 17.12%
BLUE value IS 148 (58.20% from 255) = 36.72%
R=46.15%
G=17.12%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866914800.630.200.27319.4945.8850
HexBA459403F141B13f2e32
Octal27210522407724334775662
Binary1011101010001011001010001111111010011011100111111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4594; }

 p { color: rgb(186,69,148); }

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

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

 a { background-color: rgb(186,69,148); }

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

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

 span { border-color: rgb(186,69,148); }

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