#ba499f

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

Shades of Mulberry #BA499F

Tints of Mulberry #BA499F

Color information

#BA499F (or 0xBA499F) is unknown color: approx Mulberry. HEX triplet: BA, 49 and 9F. RGB value is (186,73,159). Sum of RGB (Red+Green+Blue) = 186+73+159=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 73 (28.91% from 255 or 17.46% from 418); Blue value is 159 (62.5% from 255 or 38.04% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BA499F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA499F is #45B660. Grayscale: #747474. Windows color (decimal): -4568673 or 10439098. OLE color: 10439098.

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

Color convert

RGB18673159-
CMYK00.610.150.27
HSL314.34º45.02%50.78%-
HSV(B)314.34º60.75%72.94%-
XYZ28.8917.7134.7-
YUV116.59151.94177.51-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.50%
GREEN value IS 73 (28.91% from 255) = 17.46%
BLUE value IS 159 (62.5% from 255) = 38.04%
R=44.50%
G=17.46%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867315900.610.150.27314.3445.0250.78
HexBA499F03DF1B13a2d33
Octal27211123707517334725563
Binary101110101001001100111110111101111111011100111010101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba499f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba499f; }

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

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

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

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

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

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

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

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