#BA4581

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

Shades of Mulberry #BA4581

Tints of Mulberry #BA4581

Color information

#BA4581 (or 0xBA4581) is unknown color: approx Mulberry. HEX triplet: BA, 45 and 81. RGB value is (186,69,129). Sum of RGB (Red+Green+Blue) = 186+69+129=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 69 (27.34% from 255 or 17.97% from 384); Blue value is 129 (50.78% from 255 or 33.59% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4581 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4581 is #45BA7E. Grayscale: #6E6E6E. Windows color (decimal): -4569727 or 8471994. OLE color: 8471994.

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

Color convert

RGB18669129-
CMYK00.630.310.27
HSL329.23º45.88%50%-
HSV(B)329.23º62.9%72.94%-
XYZ26.3416.2822.52-
YUV110.82138.26181.62-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.44%
GREEN value IS 69 (27.34% from 255) = 17.97%
BLUE value IS 129 (50.78% from 255) = 33.59%
R=48.44%
G=17.97%
B=33.59%

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
Decimal1866912900.630.310.27329.2345.8850
HexBA458103F1F1B1492e32
Octal27210520107737335115662
Binary1011101010001011000000101111111111111011101001001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4581; }

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

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

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

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

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

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

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

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