#BA6194

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

Shades of Mulberry #BA6194

Tints of Mulberry #BA6194

Color information

#BA6194 (or 0xBA6194) is unknown color: approx Mulberry. HEX triplet: BA, 61 and 94. RGB value is (186,97,148). Sum of RGB (Red+Green+Blue) = 186+97+148=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 97 (38.28% from 255 or 22.51% from 431); Blue value is 148 (58.20% from 255 or 34.34% from 431); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6194 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6194 is #459E6B. Grayscale: #818181. Windows color (decimal): -4562540 or 9724346. OLE color: 9724346.

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

Color convert

RGB18697148-
CMYK00.480.200.27
HSL325.62º39.21%55.49%-
HSV(B)325.62º47.85%72.94%-
XYZ29.8721.1330.52-
YUV129.43138.49168.35-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.16%
GREEN value IS 97 (38.28% from 255) = 22.51%
BLUE value IS 148 (58.20% from 255) = 34.34%
R=43.16%
G=22.51%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869714800.480.200.27325.6239.2155.49
HexBA6194030141B1462737
Octal27214122406024335064767
Binary1011101011000011001010001100001010011011101000110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6194; }

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

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

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

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

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

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

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

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