#BA4482

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

Shades of Mulberry #BA4482

Tints of Mulberry #BA4482

Color information

#BA4482 (or 0xBA4482) is unknown color: approx Mulberry. HEX triplet: BA, 44 and 82. RGB value is (186,68,130). Sum of RGB (Red+Green+Blue) = 186+68+130=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 68 (26.95% from 255 or 17.71% from 384); Blue value is 130 (51.17% from 255 or 33.85% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4482 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4482 is #45BB7D. Grayscale: #6E6E6E. Windows color (decimal): -4569982 or 8537274. OLE color: 8537274.

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

Color convert

RGB18668130-
CMYK00.630.300.27
HSL328.47º46.46%49.8%-
HSV(B)328.47º63.44%72.94%-
XYZ26.3516.1922.85-
YUV110.35139.09181.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.44%
GREEN value IS 68 (26.95% from 255) = 17.71%
BLUE value IS 130 (51.17% from 255) = 33.85%
R=48.44%
G=17.71%
B=33.85%

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
Decimal1866813000.630.300.27328.4746.4649.8
HexBA448203F1E1B1482e32
Octal27210420207736335105662
Binary1011101010001001000001001111111111011011101001000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4482; }

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

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

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

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

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

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

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

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