#BA4684

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

Shades of Mulberry #BA4684

Tints of Mulberry #BA4684

Color information

#BA4684 (or 0xBA4684) is unknown color: approx Mulberry. HEX triplet: BA, 46 and 84. RGB value is (186,70,132). Sum of RGB (Red+Green+Blue) = 186+70+132=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 70 (27.73% from 255 or 18.04% from 388); Blue value is 132 (51.95% from 255 or 34.02% from 388); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4684 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4684 is #45B97B. Grayscale: #6F6F6F. Windows color (decimal): -4569468 or 8668858. OLE color: 8668858.

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

Color convert

RGB18670132-
CMYK00.620.290.27
HSL327.93º45.67%50.2%-
HSV(B)327.93º62.37%72.94%-
XYZ26.616.4923.61-
YUV111.75139.43180.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.94%
GREEN value IS 70 (27.73% from 255) = 18.04%
BLUE value IS 132 (51.95% from 255) = 34.02%
R=47.94%
G=18.04%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867013200.620.290.27327.9345.6750.2
HexBA468403E1D1B1482e32
Octal27210620407635335105662
Binary1011101010001101000010001111101110111011101001000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4684; }

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

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

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

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

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

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

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

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