#BA4895

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

Shades of Mulberry #BA4895

Tints of Mulberry #BA4895

Color information

#BA4895 (or 0xBA4895) is unknown color: approx Mulberry. HEX triplet: BA, 48 and 95. RGB value is (186,72,149). Sum of RGB (Red+Green+Blue) = 186+72+149=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 72 (28.52% from 255 or 17.69% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4895 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4895 is #45B76A. Grayscale: #727272. Windows color (decimal): -4568939 or 9783482. OLE color: 9783482.

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

Color convert

RGB18672149-
CMYK00.610.200.27
HSL319.47º45.24%50.59%-
HSV(B)319.47º61.29%72.94%-
XYZ27.9917.2430.29-
YUV114.86147.27178.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.70%
GREEN value IS 72 (28.52% from 255) = 17.69%
BLUE value IS 149 (58.59% from 255) = 36.61%
R=45.70%
G=17.69%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867214900.610.200.27319.4745.2450.59
HexBA489503D141B13f2d33
Octal27211022507524334775563
Binary1011101010010001001010101111011010011011100111111101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4895; }

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

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

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

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

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

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

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

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