#BA4685

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

Shades of Mulberry #BA4685

Tints of Mulberry #BA4685

Color information

#BA4685 (or 0xBA4685) is unknown color: approx Mulberry. HEX triplet: BA, 46 and 85. RGB value is (186,70,133). Sum of RGB (Red+Green+Blue) = 186+70+133=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 70 (27.73% from 255 or 17.99% from 389); Blue value is 133 (52.34% from 255 or 34.19% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4685 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4685 is #45B97A. Grayscale: #6F6F6F. Windows color (decimal): -4569467 or 8734394. OLE color: 8734394.

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

Color convert

RGB18670133-
CMYK00.620.280.27
HSL327.41º45.67%50.2%-
HSV(B)327.41º62.37%72.94%-
XYZ26.6716.5123.97-
YUV111.87139.93180.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.81%
GREEN value IS 70 (27.73% from 255) = 17.99%
BLUE value IS 133 (52.34% from 255) = 34.19%
R=47.81%
G=17.99%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867013300.620.280.27327.4145.6750.2
HexBA468503E1C1B1472e32
Octal27210620507634335075662
Binary1011101010001101000010101111101110011011101000111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4685; }

 p { color: rgb(186,70,133); }

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

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

 a { background-color: rgb(186,70,133); }

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

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

 span { border-color: rgb(186,70,133); }

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