#BA6196

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

Shades of Mulberry #BA6196

Tints of Mulberry #BA6196

Color information

#BA6196 (or 0xBA6196) is unknown color: approx Mulberry. HEX triplet: BA, 61 and 96. RGB value is (186,97,150). Sum of RGB (Red+Green+Blue) = 186+97+150=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 97 (38.28% from 255 or 22.40% from 433); Blue value is 150 (58.98% from 255 or 34.64% from 433); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6196 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6196 is #459E69. Grayscale: #818181. Windows color (decimal): -4562538 or 9855418. OLE color: 9855418.

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

Color convert

RGB18697150-
CMYK00.480.190.27
HSL324.27º39.21%55.49%-
HSV(B)324.27º47.85%72.94%-
XYZ30.0321.1931.36-
YUV129.65139.49168.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.96%
GREEN value IS 97 (38.28% from 255) = 22.40%
BLUE value IS 150 (58.98% from 255) = 34.64%
R=42.96%
G=22.40%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869715000.480.190.27324.2739.2155.49
HexBA6196030131B1442737
Octal27214122606023335044767
Binary1011101011000011001011001100001001111011101000100100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6196; }

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

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

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

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

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

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

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

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