#ba4982

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

Shades of Mulberry #BA4982

Tints of Mulberry #BA4982

Color information

#BA4982 (or 0xBA4982) is unknown color: approx Mulberry. HEX triplet: BA, 49 and 82. RGB value is (186,73,130). Sum of RGB (Red+Green+Blue) = 186+73+130=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 73 (28.91% from 255 or 18.77% from 389); Blue value is 130 (51.17% from 255 or 33.42% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4982 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4982 is #45B67D. Grayscale: #717171. Windows color (decimal): -4568702 or 8538554. OLE color: 8538554.

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

Color convert

RGB18673130-
CMYK00.610.300.27
HSL329.73º45.02%50.78%-
HSV(B)329.73º60.75%72.94%-
XYZ26.6616.8222.96-
YUV113.28137.44179.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.81%
GREEN value IS 73 (28.91% from 255) = 18.77%
BLUE value IS 130 (51.17% from 255) = 33.42%
R=47.81%
G=18.77%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867313000.610.300.27329.7345.0250.78
HexBA498203D1E1B14a2d33
Octal27211120207536335125563
Binary1011101010010011000001001111011111011011101001010101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba4982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba4982; }

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

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

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

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

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

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

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

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