#BA488E

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

Shades of Mulberry #BA488E

Tints of Mulberry #BA488E

Color information

#BA488E (or 0xBA488E) is unknown color: approx Mulberry. HEX triplet: BA, 48 and 8E. RGB value is (186,72,142). Sum of RGB (Red+Green+Blue) = 186+72+142=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 72 (28.52% from 255 or 18% from 400); Blue value is 142 (55.86% from 255 or 35.5% from 400); Max value from RGB is 186 - color contains mainly: red. Hex color #BA488E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA488E is #45B771. Grayscale: #717171. Windows color (decimal): -4568946 or 9324730. OLE color: 9324730.

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

Color convert

RGB18672142-
CMYK00.610.240.27
HSL323.16º45.24%50.59%-
HSV(B)323.16º61.29%72.94%-
XYZ27.4517.0327.43-
YUV114.07143.77179.31-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.5%
GREEN value IS 72 (28.52% from 255) = 18%
BLUE value IS 142 (55.86% from 255) = 35.5%
R=46.5%
G=18%
B=35.5%

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
Decimal1867214200.610.240.27323.1645.2450.59
HexBA488E03D181B1432d33
Octal27211021607530335035563
Binary1011101010010001000111001111011100011011101000011101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA488E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA488E; }

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

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

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

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

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

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

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

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