#BA4580

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

Shades of Mulberry #BA4580

Tints of Mulberry #BA4580

Color information

#BA4580 (or 0xBA4580) is unknown color: approx Mulberry. HEX triplet: BA, 45 and 80. RGB value is (186,69,128). Sum of RGB (Red+Green+Blue) = 186+69+128=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 69 (27.34% from 255 or 18.02% from 383); Blue value is 128 (50.39% from 255 or 33.42% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4580 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4580 is #45BA7F. Grayscale: #6E6E6E. Windows color (decimal): -4569728 or 8406458. OLE color: 8406458.

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

Color convert

RGB18669128-
CMYK00.630.310.27
HSL329.74º45.88%50%-
HSV(B)329.74º62.9%72.94%-
XYZ26.2716.2522.17-
YUV110.71137.76181.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.56%
GREEN value IS 69 (27.34% from 255) = 18.02%
BLUE value IS 128 (50.39% from 255) = 33.42%
R=48.56%
G=18.02%
B=33.42%

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
Decimal1866912800.630.310.27329.7445.8850
HexBA458003F1F1B14a2e32
Octal27210520007737335125662
Binary1011101010001011000000001111111111111011101001010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4580; }

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

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

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

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

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

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

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

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