#BA498E

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

Shades of Mulberry #BA498E

Tints of Mulberry #BA498E

Color information

#BA498E (or 0xBA498E) is unknown color: approx Mulberry. HEX triplet: BA, 49 and 8E. RGB value is (186,73,142). Sum of RGB (Red+Green+Blue) = 186+73+142=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 73 (28.91% from 255 or 18.20% from 401); Blue value is 142 (55.86% from 255 or 35.41% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA498E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA498E is #45B671. Grayscale: #727272. Windows color (decimal): -4568690 or 9324986. OLE color: 9324986.

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

Color convert

RGB18673142-
CMYK00.610.240.27
HSL323.36º45.02%50.78%-
HSV(B)323.36º60.75%72.94%-
XYZ27.5117.1627.45-
YUV114.65143.44178.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.38%
GREEN value IS 73 (28.91% from 255) = 18.20%
BLUE value IS 142 (55.86% from 255) = 35.41%
R=46.38%
G=18.20%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867314200.610.240.27323.3645.0250.78
HexBA498E03D181B1432d33
Octal27211121607530335035563
Binary1011101010010011000111001111011100011011101000011101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA498E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA498E; }

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

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

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

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

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

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

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

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