#BA499C

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

Shades of Mulberry #BA499C

Tints of Mulberry #BA499C

Color information

#BA499C (or 0xBA499C) is unknown color: approx Mulberry. HEX triplet: BA, 49 and 9C. RGB value is (186,73,156). Sum of RGB (Red+Green+Blue) = 186+73+156=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 73 (28.91% from 255 or 17.59% from 415); Blue value is 156 (61.33% from 255 or 37.59% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BA499C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA499C is #45B663. Grayscale: #747474. Windows color (decimal): -4568676 or 10242490. OLE color: 10242490.

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

Color convert

RGB18673156-
CMYK00.610.160.27
HSL315.93º45.02%50.78%-
HSV(B)315.93º60.75%72.94%-
XYZ28.6317.633.34-
YUV116.25150.44177.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.82%
GREEN value IS 73 (28.91% from 255) = 17.59%
BLUE value IS 156 (61.33% from 255) = 37.59%
R=44.82%
G=17.59%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867315600.610.160.27315.9345.0250.78
HexBA499C03D101B13c2d33
Octal27211123407520334745563
Binary1011101010010011001110001111011000011011100111100101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA499C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA499C; }

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

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

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

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

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

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

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

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