#BA4683

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

Shades of Mulberry #BA4683

Tints of Mulberry #BA4683

Color information

#BA4683 (or 0xBA4683) is unknown color: approx Mulberry. HEX triplet: BA, 46 and 83. RGB value is (186,70,131). Sum of RGB (Red+Green+Blue) = 186+70+131=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 70 (27.73% from 255 or 18.09% from 387); Blue value is 131 (51.56% from 255 or 33.85% from 387); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4683 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4683 is #45B97C. Grayscale: #6F6F6F. Windows color (decimal): -4569469 or 8603322. OLE color: 8603322.

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

Color convert

RGB18670131-
CMYK00.620.300.27
HSL328.45º45.67%50.2%-
HSV(B)328.45º62.37%72.94%-
XYZ26.5416.4623.25-
YUV111.64138.93181.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.06%
GREEN value IS 70 (27.73% from 255) = 18.09%
BLUE value IS 131 (51.56% from 255) = 33.85%
R=48.06%
G=18.09%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867013100.620.300.27328.4545.6750.2
HexBA468303E1E1B1482e32
Octal27210620307636335105662
Binary1011101010001101000001101111101111011011101001000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4683; }

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

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

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

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

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

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

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

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