#BA4788

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

Shades of Mulberry #BA4788

Tints of Mulberry #BA4788

Color information

#BA4788 (or 0xBA4788) is unknown color: approx Mulberry. HEX triplet: BA, 47 and 88. RGB value is (186,71,136). Sum of RGB (Red+Green+Blue) = 186+71+136=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 71 (28.12% from 255 or 18.07% from 393); Blue value is 136 (53.52% from 255 or 34.61% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4788 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4788 is #45B877. Grayscale: #707070. Windows color (decimal): -4569208 or 8931258. OLE color: 8931258.

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

Color convert

RGB18671136-
CMYK00.620.270.27
HSL326.09º45.45%50.39%-
HSV(B)326.09º61.83%72.94%-
XYZ26.9516.7225.1-
YUV112.8141.1180.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.33%
GREEN value IS 71 (28.12% from 255) = 18.07%
BLUE value IS 136 (53.52% from 255) = 34.61%
R=47.33%
G=18.07%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867113600.620.270.27326.0945.4550.39
HexBA478803E1B1B1462d32
Octal27210721007633335065562
Binary1011101010001111000100001111101101111011101000110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4788; }

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

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

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

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

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

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

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

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