#BA619A

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

Shades of Mulberry #BA619A

Tints of Mulberry #BA619A

Color information

#BA619A (or 0xBA619A) is unknown color: approx Mulberry. HEX triplet: BA, 61 and 9A. RGB value is (186,97,154). Sum of RGB (Red+Green+Blue) = 186+97+154=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 97 (38.28% from 255 or 22.20% from 437); Blue value is 154 (60.55% from 255 or 35.24% from 437); Max value from RGB is 186 - color contains mainly: red. Hex color #BA619A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA619A is #459E65. Grayscale: #818181. Windows color (decimal): -4562534 or 10117562. OLE color: 10117562.

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

Color convert

RGB18697154-
CMYK00.480.170.27
HSL321.57º39.21%55.49%-
HSV(B)321.57º47.85%72.94%-
XYZ30.3621.3233.09-
YUV130.11141.49167.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.56%
GREEN value IS 97 (38.28% from 255) = 22.20%
BLUE value IS 154 (60.55% from 255) = 35.24%
R=42.56%
G=22.20%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869715400.480.170.27321.5739.2155.49
HexBA619A030111B1422737
Octal27214123206021335024767
Binary1011101011000011001101001100001000111011101000010100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA619A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA619A; }

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

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

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

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

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

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

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

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