#BA5191

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

Shades of Mulberry #BA5191

Tints of Mulberry #BA5191

Color information

#BA5191 (or 0xBA5191) is unknown color: approx Mulberry. HEX triplet: BA, 51 and 91. RGB value is (186,81,145). Sum of RGB (Red+Green+Blue) = 186+81+145=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 81 (32.03% from 255 or 19.66% from 412); Blue value is 145 (57.03% from 255 or 35.19% from 412); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5191 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5191 is #45AE6E. Grayscale: #777777. Windows color (decimal): -4566639 or 9523642. OLE color: 9523642.

HSL color Cylindrical-coordinate representation of color #BA5191: hue angle of 323.43º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA5191 is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB18681145-
CMYK00.560.220.27
HSL323.43º43.21%52.35%-
HSV(B)323.43º56.45%72.94%-
XYZ28.318.3728.84-
YUV119.69142.29175.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.15%
GREEN value IS 81 (32.03% from 255) = 19.66%
BLUE value IS 145 (57.03% from 255) = 35.19%
R=45.15%
G=19.66%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868114500.560.220.27323.4343.2152.35
HexBA5191038161B1432b34
Octal27212122107026335035364
Binary1011101010100011001000101110001011011011101000011101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5191; }

 p { color: rgb(186,81,145); }

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

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

 a { background-color: rgb(186,81,145); }

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

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

 span { border-color: rgb(186,81,145); }

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