#BA499A

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

Shades of Mulberry #BA499A

Tints of Mulberry #BA499A

Color information

#BA499A (or 0xBA499A) is unknown color: approx Mulberry. HEX triplet: BA, 49 and 9A. RGB value is (186,73,154). Sum of RGB (Red+Green+Blue) = 186+73+154=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 73 (28.91% from 255 or 17.68% from 413); Blue value is 154 (60.55% from 255 or 37.29% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BA499A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA499A is #45B665. Grayscale: #737373. Windows color (decimal): -4568678 or 10111418. OLE color: 10111418.

HSL color Cylindrical-coordinate representation of color #BA499A: hue angle of 316.99º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA499A is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB18673154-
CMYK00.610.170.27
HSL316.99º45.02%50.78%-
HSV(B)316.99º60.75%72.94%-
XYZ28.4617.5432.46-
YUV116.02149.44177.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.04%
GREEN value IS 73 (28.91% from 255) = 17.68%
BLUE value IS 154 (60.55% from 255) = 37.29%
R=45.04%
G=17.68%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867315400.610.170.27316.9945.0250.78
HexBA499A03D111B13d2d33
Octal27211123207521334755563
Binary1011101010010011001101001111011000111011100111101101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA499A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA499A; }

 p { color: rgb(186,73,154); }

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

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

 a { background-color: rgb(186,73,154); }

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

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

 span { border-color: rgb(186,73,154); }

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