#BA4481

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

Shades of Mulberry #BA4481

Tints of Mulberry #BA4481

Color information

#BA4481 (or 0xBA4481) is unknown color: approx Mulberry. HEX triplet: BA, 44 and 81. RGB value is (186,68,129). Sum of RGB (Red+Green+Blue) = 186+68+129=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 68 (26.95% from 255 or 17.75% from 383); Blue value is 129 (50.78% from 255 or 33.68% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4481 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4481 is #45BB7E. Grayscale: #6E6E6E. Windows color (decimal): -4569983 or 8471738. OLE color: 8471738.

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

Color convert

RGB18668129-
CMYK00.630.310.27
HSL328.98º46.46%49.8%-
HSV(B)328.98º63.44%72.94%-
XYZ26.2816.1622.5-
YUV110.24138.59182.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.56%
GREEN value IS 68 (26.95% from 255) = 17.75%
BLUE value IS 129 (50.78% from 255) = 33.68%
R=48.56%
G=17.75%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866812900.630.310.27328.9846.4649.8
HexBA448103F1F1B1492e32
Octal27210420107737335115662
Binary1011101010001001000000101111111111111011101001001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4481; }

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

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

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

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

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

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

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

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