#BA4881

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

Shades of Mulberry #BA4881

Tints of Mulberry #BA4881

Color information

#BA4881 (or 0xBA4881) is unknown color: approx Mulberry. HEX triplet: BA, 48 and 81. RGB value is (186,72,129). Sum of RGB (Red+Green+Blue) = 186+72+129=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 72 (28.52% from 255 or 18.60% from 387); Blue value is 129 (50.78% from 255 or 33.33% from 387); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4881 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4881 is #45B77E. Grayscale: #707070. Windows color (decimal): -4568959 or 8472762. OLE color: 8472762.

HSL color Cylindrical-coordinate representation of color #BA4881: hue angle of 330º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA4881 is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB18672129-
CMYK00.610.310.27
HSL330º45.24%50.59%-
HSV(B)330º61.29%72.94%-
XYZ26.5316.6622.59-
YUV112.58137.27180.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.06%
GREEN value IS 72 (28.52% from 255) = 18.60%
BLUE value IS 129 (50.78% from 255) = 33.33%
R=48.06%
G=18.60%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867212900.610.310.2733045.2450.59
HexBA488103D1F1B14a2d33
Octal27211020107537335125563
Binary1011101010010001000000101111011111111011101001010101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4881; }

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

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

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

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

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

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

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

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