#BA4885

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

Shades of Mulberry #BA4885

Tints of Mulberry #BA4885

Color information

#BA4885 (or 0xBA4885) is unknown color: approx Mulberry. HEX triplet: BA, 48 and 85. RGB value is (186,72,133). Sum of RGB (Red+Green+Blue) = 186+72+133=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 72 (28.52% from 255 or 18.41% from 391); Blue value is 133 (52.34% from 255 or 34.02% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4885 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4885 is #45B77A. Grayscale: #707070. Windows color (decimal): -4568955 or 8734906. OLE color: 8734906.

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

Color convert

RGB18672133-
CMYK00.610.280.27
HSL327.89º45.24%50.59%-
HSV(B)327.89º61.29%72.94%-
XYZ26.816.7724.01-
YUV113.04139.27180.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.57%
GREEN value IS 72 (28.52% from 255) = 18.41%
BLUE value IS 133 (52.34% from 255) = 34.02%
R=47.57%
G=18.41%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867213300.610.280.27327.8945.2450.59
HexBA488503D1C1B1482d33
Octal27211020507534335105563
Binary1011101010010001000010101111011110011011101001000101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4885; }

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

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

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

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

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

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

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

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