#BA4483

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

Shades of Mulberry #BA4483

Tints of Mulberry #BA4483

Color information

#BA4483 (or 0xBA4483) is unknown color: approx Mulberry. HEX triplet: BA, 44 and 83. RGB value is (186,68,131). Sum of RGB (Red+Green+Blue) = 186+68+131=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 68 (26.95% from 255 or 17.66% from 385); Blue value is 131 (51.56% from 255 or 34.03% from 385); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4483 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4483 is #45BB7C. Grayscale: #6E6E6E. Windows color (decimal): -4569981 or 8602810. OLE color: 8602810.

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

Color convert

RGB18668131-
CMYK00.630.300.27
HSL327.97º46.46%49.8%-
HSV(B)327.97º63.44%72.94%-
XYZ26.4116.2123.21-
YUV110.46139.59181.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.31%
GREEN value IS 68 (26.95% from 255) = 17.66%
BLUE value IS 131 (51.56% from 255) = 34.03%
R=48.31%
G=17.66%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866813100.630.300.27327.9746.4649.8
HexBA448303F1E1B1482e32
Octal27210420307736335105662
Binary1011101010001001000001101111111111011011101001000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4483; }

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

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

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

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

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

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

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

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