#BA4195

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

Shades of Mulberry #BA4195

Tints of Mulberry #BA4195

Color information

#BA4195 (or 0xBA4195) is unknown color: approx Mulberry. HEX triplet: BA, 41 and 95. RGB value is (186,65,149). Sum of RGB (Red+Green+Blue) = 186+65+149=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 65 (25.78% from 255 or 16.25% from 400); Blue value is 149 (58.59% from 255 or 37.25% from 400); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4195 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4195 is #45BE6A. Grayscale: #6E6E6E. Windows color (decimal): -4570731 or 9781690. OLE color: 9781690.

HSL color Cylindrical-coordinate representation of color #BA4195: hue angle of 318.35º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA4195 is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB18665149-
CMYK00.650.200.27
HSL318.35º48.21%49.22%-
HSV(B)318.35º65.05%72.94%-
XYZ27.5616.3930.14-
YUV110.76149.59181.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.5%
GREEN value IS 65 (25.78% from 255) = 16.25%
BLUE value IS 149 (58.59% from 255) = 37.25%
R=46.5%
G=16.25%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866514900.650.200.27318.3548.2149.22
HexBA4195041141B13e3031
Octal272101225010124334766061
Binary10111010100000110010101010000011010011011100111110110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4195; }

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

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

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

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

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

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

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

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