#BA4386

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

Shades of Mulberry #BA4386

Tints of Mulberry #BA4386

Color information

#BA4386 (or 0xBA4386) is unknown color: approx Mulberry. HEX triplet: BA, 43 and 86. RGB value is (186,67,134). Sum of RGB (Red+Green+Blue) = 186+67+134=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 67 (26.56% from 255 or 17.31% from 387); Blue value is 134 (52.73% from 255 or 34.63% from 387); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4386 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4386 is #45BC79. Grayscale: #6E6E6E. Windows color (decimal): -4570234 or 8799162. OLE color: 8799162.

HSL color Cylindrical-coordinate representation of color #BA4386: hue angle of 326.22º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA4386 is Cyan = 0, Magento = 0.64, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB18667134-
CMYK00.640.280.27
HSL326.22º47.04%49.61%-
HSV(B)326.22º63.98%72.94%-
XYZ26.5616.1724.28-
YUV110.22141.42182.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.06%
GREEN value IS 67 (26.56% from 255) = 17.31%
BLUE value IS 134 (52.73% from 255) = 34.63%
R=48.06%
G=17.31%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866713400.640.280.27326.2247.0449.61
HexBA43860401C1B1462f32
Octal272103206010034335065762
Binary10111010100001110000110010000001110011011101000110101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4386; }

 p { color: rgb(186,67,134); }

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

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

 a { background-color: rgb(186,67,134); }

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

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

 span { border-color: rgb(186,67,134); }

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