#BA478A

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

Shades of Mulberry #BA478A

Tints of Mulberry #BA478A

Color information

#BA478A (or 0xBA478A) is unknown color: approx Mulberry. HEX triplet: BA, 47 and 8A. RGB value is (186,71,138). Sum of RGB (Red+Green+Blue) = 186+71+138=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 71 (28.12% from 255 or 17.97% from 395); Blue value is 138 (54.30% from 255 or 34.94% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BA478A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA478A is #45B875. Grayscale: #707070. Windows color (decimal): -4569206 or 9062330. OLE color: 9062330.

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

Color convert

RGB18671138-
CMYK00.620.260.27
HSL325.04º45.45%50.39%-
HSV(B)325.04º61.83%72.94%-
XYZ27.0916.7825.86-
YUV113.02142.1180.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.09%
GREEN value IS 71 (28.12% from 255) = 17.97%
BLUE value IS 138 (54.30% from 255) = 34.94%
R=47.09%
G=17.97%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867113800.620.260.27325.0445.4550.39
HexBA478A03E1A1B1452d32
Octal27210721207632335055562
Binary1011101010001111000101001111101101011011101000101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA478A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA478A; }

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

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

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

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

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

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

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

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