#BA4984

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

Shades of Mulberry #BA4984

Tints of Mulberry #BA4984

Color information

#BA4984 (or 0xBA4984) is unknown color: approx Mulberry. HEX triplet: BA, 49 and 84. RGB value is (186,73,132). Sum of RGB (Red+Green+Blue) = 186+73+132=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 73 (28.91% from 255 or 18.67% from 391); Blue value is 132 (51.95% from 255 or 33.76% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4984 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4984 is #45B67B. Grayscale: #717171. Windows color (decimal): -4568700 or 8669626. OLE color: 8669626.

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

Color convert

RGB18673132-
CMYK00.610.290.27
HSL328.67º45.02%50.78%-
HSV(B)328.67º60.75%72.94%-
XYZ26.816.8723.67-
YUV113.51138.44179.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.57%
GREEN value IS 73 (28.91% from 255) = 18.67%
BLUE value IS 132 (51.95% from 255) = 33.76%
R=47.57%
G=18.67%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867313200.610.290.27328.6745.0250.78
HexBA498403D1D1B1492d33
Octal27211120407535335115563
Binary1011101010010011000010001111011110111011101001001101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4984; }

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

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

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

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

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

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

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

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