#BA4D84

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

Shades of Mulberry #BA4D84

Tints of Mulberry #BA4D84

Color information

#BA4D84 (or 0xBA4D84) is unknown color: approx Mulberry. HEX triplet: BA, 4D and 84. RGB value is (186,77,132). Sum of RGB (Red+Green+Blue) = 186+77+132=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 77 (30.47% from 255 or 19.49% from 395); Blue value is 132 (51.95% from 255 or 33.42% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4D84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA4D84 is #45B27B. Grayscale: #737373. Windows color (decimal): -4567676 or 8670650. OLE color: 8670650.

HSL color Cylindrical-coordinate representation of color #BA4D84: hue angle of 329.72º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA4D84 is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB18677132-
CMYK00.590.290.27
HSL329.72º44.13%51.57%-
HSV(B)329.72º58.6%72.94%-
XYZ27.0717.4123.76-
YUV115.86137.11178.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.09%
GREEN value IS 77 (30.47% from 255) = 19.49%
BLUE value IS 132 (51.95% from 255) = 33.42%
R=47.09%
G=19.49%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867713200.590.290.27329.7244.1351.57
HexBA4D8403B1D1B14a2c34
Octal27211520407335335125464
Binary1011101010011011000010001110111110111011101001010101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4D84; }

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

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

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

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

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

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

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

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