#BA5496

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

Shades of Mulberry #BA5496

Tints of Mulberry #BA5496

Color information

#BA5496 (or 0xBA5496) is unknown color: approx Mulberry. HEX triplet: BA, 54 and 96. RGB value is (186,84,150). Sum of RGB (Red+Green+Blue) = 186+84+150=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 84 (33.20% from 255 or 20% from 420); Blue value is 150 (58.98% from 255 or 35.71% from 420); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5496 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5496 is #45AB69. Grayscale: #797979. Windows color (decimal): -4565866 or 9852090. OLE color: 9852090.

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

Color convert

RGB18684150-
CMYK00.550.190.27
HSL321.18º42.5%52.94%-
HSV(B)321.18º54.84%72.94%-
XYZ28.9318.9830.99-
YUV122.02143.79173.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.29%
GREEN value IS 84 (33.20% from 255) = 20%
BLUE value IS 150 (58.98% from 255) = 35.71%
R=44.29%
G=20%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868415000.550.190.27321.1842.552.94
HexBA5496037131B1412a35
Octal27212422606723335015265
Binary1011101010101001001011001101111001111011101000001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5496; }

 p { color: rgb(186,84,150); }

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

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

 a { background-color: rgb(186,84,150); }

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

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

 span { border-color: rgb(186,84,150); }

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