#BA6191

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

Shades of Mulberry #BA6191

Tints of Mulberry #BA6191

Color information

#BA6191 (or 0xBA6191) is unknown color: approx Mulberry. HEX triplet: BA, 61 and 91. RGB value is (186,97,145). Sum of RGB (Red+Green+Blue) = 186+97+145=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 97 (38.28% from 255 or 22.66% from 428); Blue value is 145 (57.03% from 255 or 33.88% from 428); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6191 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6191 is #459E6E. Grayscale: #808080. Windows color (decimal): -4562543 or 9527738. OLE color: 9527738.

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

Color convert

RGB18697145-
CMYK00.480.220.27
HSL327.64º39.21%55.49%-
HSV(B)327.64º47.85%72.94%-
XYZ29.6421.0329.29-
YUV129.08136.99168.6-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.46%
GREEN value IS 97 (38.28% from 255) = 22.66%
BLUE value IS 145 (57.03% from 255) = 33.88%
R=43.46%
G=22.66%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869714500.480.220.27327.6439.2155.49
HexBA6191030161B1482737
Octal27214122106026335104767
Binary1011101011000011001000101100001011011011101001000100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6191; }

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

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

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

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

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

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

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

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