#BA478C

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

Shades of Mulberry #BA478C

Tints of Mulberry #BA478C

Color information

#BA478C (or 0xBA478C) is unknown color: approx Mulberry. HEX triplet: BA, 47 and 8C. RGB value is (186,71,140). Sum of RGB (Red+Green+Blue) = 186+71+140=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 71 (28.12% from 255 or 17.88% from 397); Blue value is 140 (55.08% from 255 or 35.26% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA478C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA478C is #45B873. Grayscale: #717171. Windows color (decimal): -4569204 or 9193402. OLE color: 9193402.

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

Color convert

RGB18671140-
CMYK00.620.250.27
HSL324º45.45%50.39%-
HSV(B)324º61.83%72.94%-
XYZ27.2416.8426.63-
YUV113.25143.1179.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.85%
GREEN value IS 71 (28.12% from 255) = 17.88%
BLUE value IS 140 (55.08% from 255) = 35.26%
R=46.85%
G=17.88%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867114000.620.250.2732445.4550.39
HexBA478C03E191B1442d32
Octal27210721407631335045562
Binary1011101010001111000110001111101100111011101000100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA478C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA478C; }

 p { color: rgb(186,71,140); }

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

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

 a { background-color: rgb(186,71,140); }

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

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

 span { border-color: rgb(186,71,140); }

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