#BA4C8B

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

Shades of Mulberry #BA4C8B

Tints of Mulberry #BA4C8B

Color information

#BA4C8B (or 0xBA4C8B) is unknown color: approx Mulberry. HEX triplet: BA, 4C and 8B. RGB value is (186,76,139). Sum of RGB (Red+Green+Blue) = 186+76+139=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 76 (30.08% from 255 or 18.95% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4C8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4C8B is #45B374. Grayscale: #737373. Windows color (decimal): -4567925 or 9129146. OLE color: 9129146.

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

Color convert

RGB18676139-
CMYK00.590.250.27
HSL325.64º44.35%51.37%-
HSV(B)325.64º59.14%72.94%-
XYZ27.4917.4726.35-
YUV116.07140.94177.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.38%
GREEN value IS 76 (30.08% from 255) = 18.95%
BLUE value IS 139 (54.69% from 255) = 34.66%
R=46.38%
G=18.95%
B=34.66%

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
Decimal1867613900.590.250.27325.6444.3551.37
HexBA4C8B03B191B1462c33
Octal27211421307331335065463
Binary1011101010011001000101101110111100111011101000110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4C8B; }

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

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

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

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

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

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

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

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