#BA6193

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

Shades of Mulberry #BA6193

Tints of Mulberry #BA6193

Color information

#BA6193 (or 0xBA6193) is unknown color: approx Mulberry. HEX triplet: BA, 61 and 93. RGB value is (186,97,147). Sum of RGB (Red+Green+Blue) = 186+97+147=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 97 (38.28% from 255 or 22.56% from 430); Blue value is 147 (57.81% from 255 or 34.19% from 430); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6193 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6193 is #459E6C. Grayscale: #818181. Windows color (decimal): -4562541 or 9658810. OLE color: 9658810.

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

Color convert

RGB18697147-
CMYK00.480.210.27
HSL326.29º39.21%55.49%-
HSV(B)326.29º47.85%72.94%-
XYZ29.7921.130.11-
YUV129.31137.99168.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.26%
GREEN value IS 97 (38.28% from 255) = 22.56%
BLUE value IS 147 (57.81% from 255) = 34.19%
R=43.26%
G=22.56%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869714700.480.210.27326.2939.2155.49
HexBA6193030151B1462737
Octal27214122306025335064767
Binary1011101011000011001001101100001010111011101000110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6193; }

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

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

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

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

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

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

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

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