#BA4796

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

Shades of Mulberry #BA4796

Tints of Mulberry #BA4796

Color information

#BA4796 (or 0xBA4796) is unknown color: approx Mulberry. HEX triplet: BA, 47 and 96. RGB value is (186,71,150). Sum of RGB (Red+Green+Blue) = 186+71+150=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 71 (28.12% from 255 or 17.44% from 407); Blue value is 150 (58.98% from 255 or 36.86% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4796 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4796 is #45B869. Grayscale: #727272. Windows color (decimal): -4569194 or 9848762. OLE color: 9848762.

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

Color convert

RGB18671150-
CMYK00.620.190.27
HSL318.78º45.45%50.39%-
HSV(B)318.78º61.83%72.94%-
XYZ28.0117.1530.69-
YUV114.39148.1179.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.70%
GREEN value IS 71 (28.12% from 255) = 17.44%
BLUE value IS 150 (58.98% from 255) = 36.86%
R=45.70%
G=17.44%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867115000.620.190.27318.7845.4550.39
HexBA479603E131B13f2d32
Octal27210722607623334775562
Binary1011101010001111001011001111101001111011100111111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4796; }

 p { color: rgb(186,71,150); }

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

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

 a { background-color: rgb(186,71,150); }

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

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

 span { border-color: rgb(186,71,150); }

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