#BA4C8C

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

Shades of Mulberry #BA4C8C

Tints of Mulberry #BA4C8C

Color information

#BA4C8C (or 0xBA4C8C) is unknown color: approx Mulberry. HEX triplet: BA, 4C and 8C. RGB value is (186,76,140). Sum of RGB (Red+Green+Blue) = 186+76+140=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 76 (30.08% from 255 or 18.91% from 402); Blue value is 140 (55.08% from 255 or 34.83% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4C8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4C8C is #45B373. Grayscale: #747474. Windows color (decimal): -4567924 or 9194682. OLE color: 9194682.

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

Color convert

RGB18676140-
CMYK00.590.250.27
HSL325.09º44.35%51.37%-
HSV(B)325.09º59.14%72.94%-
XYZ27.5717.526.74-
YUV116.19141.44177.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.27%
GREEN value IS 76 (30.08% from 255) = 18.91%
BLUE value IS 140 (55.08% from 255) = 34.83%
R=46.27%
G=18.91%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867614000.590.250.27325.0944.3551.37
HexBA4C8C03B191B1452c33
Octal27211421407331335055463
Binary1011101010011001000110001110111100111011101000101101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4C8C; }

 p { color: rgb(186,76,140); }

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

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

 a { background-color: rgb(186,76,140); }

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

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

 span { border-color: rgb(186,76,140); }

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